Commit 7746e789 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'improve_wording_for_vulnerabilities_allowed' into 'master'

Improve wording for vulnerabilities_allowed

See merge request gitlab-org/gitlab!82742
parents 4a37d72f d4242b41
......@@ -11,7 +11,7 @@ import { APPROVAL_VULNERABILITY_STATES } from 'ee/approvals/constants';
export default {
scanResultRuleCopy: s__(
'ScanResultPolicy|%{ifLabelStart}if%{ifLabelEnd} %{scanners} scan in an open merge request targeting the %{branches} branch(es) finds %{vulnerabilitiesAllowed} or more %{severities} vulnerabilities that are %{vulnerabilityStates}',
'ScanResultPolicy|%{ifLabelStart}if%{ifLabelEnd} %{scanners} find(s) more than %{vulnerabilitiesAllowed} %{severities} %{vulnerabilityStates} vulnerabilities in an open merge request targeting %{branches}',
),
components: {
GlSprintf,
......
......@@ -32348,7 +32348,7 @@ msgstr ""
msgid "Saving project."
msgstr ""
msgid "ScanResultPolicy|%{ifLabelStart}if%{ifLabelEnd} %{scanners} scan in an open merge request targeting the %{branches} branch(es) finds %{vulnerabilitiesAllowed} or more %{severities} vulnerabilities that are %{vulnerabilityStates}"
msgid "ScanResultPolicy|%{ifLabelStart}if%{ifLabelEnd} %{scanners} find(s) more than %{vulnerabilitiesAllowed} %{severities} %{vulnerabilityStates} vulnerabilities in an open merge request targeting %{branches}"
msgstr ""
msgid "ScanResultPolicy|%{thenLabelStart}Then%{thenLabelEnd} Require approval from %{approvalsRequired} of the following approvers:"
......
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