summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/constants.js
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.'),
};