gitlab-org--gitlab-foss/app/assets/javascripts/group_settings/constants.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
203 B
JavaScript
Raw Normal View History

import { __ } from '~/locale';
export const I18N_UPDATE_ERROR_MESSAGE = __('An error occurred while updating configuration.');
export const I18N_REFRESH_MESSAGE = __('Refresh the page and try again.');