6 lines
258 B
JavaScript
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.'),
|
|
};
|