summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/group_select/constants.js
blob: bc70936eb36355d17460630054146160d4d38f4b (plain)
1
2
3
4
5
6
import { __ } from '~/locale';

export const TOGGLE_TEXT = __('Search for a group');
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.');