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 = {
export const BASE_FILTERS = {
severity: {
name: 'All severities',
name: s__('ciReport|All severities'),
id: 'all',
},
report_type: {
name: 'All report types',
name: s__('ciReport|All report types'),
id: 'all',
},
project_id: {
name: 'All projects',
name: s__('ciReport|All projects'),
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