Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « group_select « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06537d682fef707a1db017298d8733e19c4145e6 (plain)
1
2
3
4
5
6
7
import { __ } from '~/locale';

export const TOGGLE_TEXT = __('Search for a group');
export const RESET_LABEL = __('Reset');
export const FETCH_GROUPS_ERROR = __('Unable to fetch groups. Reload the page to try again.');
export const FETCH_GROUP_ERROR = __('Unable to fetch group. Reload the page to try again.');
export const QUERY_TOO_SHORT_MESSAGE = __('Enter at least three characters to search.');