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

8 lines
312 B
JavaScript

/* eslint-disable import/prefer-default-export */
import { s__ } from '~/locale';
export const I18N = {
errorMsg: s__('IncidentManagement|There was an error displaying the incidents.'),
noIncidents: s__('IncidentManagement|No incidents to display.'),
unassigned: s__('IncidentManagement|Unassigned'),
};