Commit fd6379ae authored by Daniel Tian's avatar Daniel Tian

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

Changelog: changed
EE: true
parent 608b95c8
......@@ -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: {
......
......@@ -28907,7 +28907,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."
......@@ -36175,7 +36175,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