2022-06-21 17:19:12 +05:30
|
|
|
import { s__ } from '~/locale';
|
2022-03-02 08:16:31 +05:30
|
|
|
|
2022-06-21 17:19:12 +05:30
|
|
|
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.'),
|
|
|
|
};
|