Commit beebebff authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '330248-all-option-names' into 'master'

Change vulnerability filters All option text to be "All <filter name>"

See merge request gitlab-org/gitlab!63709
parents 1ca6140a fd6379ae
......@@ -12,7 +12,7 @@ export const DISMISSAL_STATES = {
export const BASE_FILTERS = {
state: {
name: s__('VulnerabilityStatusTypes|All'),
name: s__('VulnerabilityStatusTypes|All statuses'),
id: ALL,
},
severity: {
......@@ -24,7 +24,7 @@ export const BASE_FILTERS = {
id: ALL,
},
activity: {
name: s__('SecurityReports|All'),
name: s__('SecurityReports|All activity'),
id: ALL,
},
project_id: {
......
......@@ -28925,7 +28925,7 @@ msgstr ""
msgid "SecurityReports|Add projects"
msgstr ""
msgid "SecurityReports|All"
msgid "SecurityReports|All activity"
msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
......@@ -36172,7 +36172,7 @@ msgstr ""
msgid "VulnerabilityManagement|invalid issue link or ID"
msgstr ""
msgid "VulnerabilityStatusTypes|All"
msgid "VulnerabilityStatusTypes|All statuses"
msgstr ""
msgid "VulnerabilityStatusTypes|Confirmed"
......
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