Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « group_settings « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.');