summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/group_select/constants.js
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.');