Commit d4f206d4 authored by Mark Florian's avatar Mark Florian

Make base GSD filters translatable

parent 5fdb0060
...@@ -30,15 +30,15 @@ export const REPORT_TYPES = { ...@@ -30,15 +30,15 @@ export const REPORT_TYPES = {
export const BASE_FILTERS = { export const BASE_FILTERS = {
severity: { severity: {
name: 'All severities', name: s__('ciReport|All severities'),
id: 'all', id: 'all',
}, },
report_type: { report_type: {
name: 'All report types', name: s__('ciReport|All report types'),
id: 'all', id: 'all',
}, },
project_id: { project_id: {
name: 'All projects', name: s__('ciReport|All projects'),
id: 'all', id: 'all',
}, },
}; };
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