gitlab-org--gitlab-foss/app/assets/javascripts/vue_shared/security_reports/store/messages.js

5 lines
211 B
JavaScript

import { s__ } from '~/locale';
export const TRANSLATION_IS_LOADING = s__('ciReport|%{reportType} is loading');
export const TRANSLATION_HAS_ERROR = s__('ciReport|%{reportType}: Loading resulted in an error');