debian-mirror-gitlab/app/assets/javascripts/work_items/constants.js
2022-06-21 17:19:12 +05:30

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