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

constants.js « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3bcaf0f95f4da1d8b3489aab805313cef640841 (plain)
1
2
3
4
5
6
import { s__ } from '~/locale';

export const i18n = {
  fetchError: s__('WorkItem|Something went wrong when fetching the work item. Please try again.'),
  updateError: s__('WorkItem|Something went wrong while updating the work item. Please try again.'),
};