summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/group_settings/constants.js
blob: 1b44161903d43780b888b9ae3389cbae3afbb1ff (plain)
1
2
3
4
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.');