Commit c8094c7c authored by samdbeckham's avatar samdbeckham

Adds some i18y support to the GSD

parent 393ff05a
import { s__ } from '~/locale';
export const SEVERITIES = { export const SEVERITIES = {
critical: 'Critical', critical: 'Critical',
high: 'High', high: 'High',
...@@ -10,5 +12,5 @@ export const SEVERITIES = { ...@@ -10,5 +12,5 @@ export const SEVERITIES = {
}; };
export const REPORT_TYPES = { export const REPORT_TYPES = {
sast: 'SAST', sast: s__('ciReport|SAST'),
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment