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 = { ...@@ -12,7 +12,7 @@ export const DISMISSAL_STATES = {
export const BASE_FILTERS = { export const BASE_FILTERS = {
state: { state: {
name: s__('VulnerabilityStatusTypes|All'), name: s__('VulnerabilityStatusTypes|All statuses'),
id: ALL, id: ALL,
}, },
severity: { severity: {
...@@ -24,7 +24,7 @@ export const BASE_FILTERS = { ...@@ -24,7 +24,7 @@ export const BASE_FILTERS = {
id: ALL, id: ALL,
}, },
activity: { activity: {
name: s__('SecurityReports|All'), name: s__('SecurityReports|All activity'),
id: ALL, id: ALL,
}, },
project_id: { project_id: {
......
...@@ -28925,7 +28925,7 @@ msgstr "" ...@@ -28925,7 +28925,7 @@ msgstr ""
msgid "SecurityReports|Add projects" msgid "SecurityReports|Add projects"
msgstr "" msgstr ""
msgid "SecurityReports|All" msgid "SecurityReports|All activity"
msgstr "" 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." 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 "" ...@@ -36172,7 +36172,7 @@ msgstr ""
msgid "VulnerabilityManagement|invalid issue link or ID" msgid "VulnerabilityManagement|invalid issue link or ID"
msgstr "" msgstr ""
msgid "VulnerabilityStatusTypes|All" msgid "VulnerabilityStatusTypes|All statuses"
msgstr "" msgstr ""
msgid "VulnerabilityStatusTypes|Confirmed" 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