gitlab-org--gitlab-foss/app/assets/javascripts/work_items/constants.js

6 lines
258 B
JavaScript

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.'),
};