Commit d6a5e39f authored by Camellia X Yang's avatar Camellia X Yang Committed by Paul Gascou-Vaillancourt

Update tooltip text in security reports

Updated the severity tooltip's text in security reports
parent 8db25775
...@@ -4,7 +4,7 @@ export * from '~/vue_shared/security_reports/components/constants'; ...@@ -4,7 +4,7 @@ export * from '~/vue_shared/security_reports/components/constants';
export const SEVERITY_TOOLTIP_TITLE_MAP = { export const SEVERITY_TOOLTIP_TITLE_MAP = {
unknown: s__( unknown: s__(
`SecurityReports|The rating "unknown" indicates that the underlying scanner doesn’t contain or provide a severity rating.`, `SecurityReports|Sometimes a scanner can't determine a finding's severity. Those findings may still be a potential source of risk though. Please review these manually.`,
), ),
}; };
......
...@@ -26031,13 +26031,13 @@ msgstr "" ...@@ -26031,13 +26031,13 @@ msgstr ""
msgid "SecurityReports|Severity" msgid "SecurityReports|Severity"
msgstr "" msgstr ""
msgid "SecurityReports|Sorry, your filter produced no results" msgid "SecurityReports|Sometimes a scanner can't determine a finding's severity. Those findings may still be a potential source of risk though. Please review these manually."
msgstr "" msgstr ""
msgid "SecurityReports|Status" msgid "SecurityReports|Sorry, your filter produced no results"
msgstr "" msgstr ""
msgid "SecurityReports|The rating \"unknown\" indicates that the underlying scanner doesn’t contain or provide a severity rating." msgid "SecurityReports|Status"
msgstr "" msgstr ""
msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Add projects to your group to view their vulnerabilities here." msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Add projects to your group to view their vulnerabilities here."
......
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