debian-mirror-gitlab/app/assets/javascripts/group_settings/constants.js

5 lines
203 B
JavaScript
Raw Normal View History

2021-01-03 14:25:43 +05:30
import { __ } from '~/locale';
2022-07-23 23:45:48 +05:30
export const I18N_UPDATE_ERROR_MESSAGE = __('An error occurred while updating configuration.');
export const I18N_REFRESH_MESSAGE = __('Refresh the page and try again.');