Commit d4242b41 authored by Zamir Martins's avatar Zamir Martins Committed by Nick Gaskill

Improve wording for vulnerabilities_allowed

EE: true
Changelog: fixed
parent a29830c9
...@@ -11,7 +11,7 @@ import { APPROVAL_VULNERABILITY_STATES } from 'ee/approvals/constants'; ...@@ -11,7 +11,7 @@ import { APPROVAL_VULNERABILITY_STATES } from 'ee/approvals/constants';
export default { export default {
scanResultRuleCopy: s__( 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: { components: {
GlSprintf, GlSprintf,
......
...@@ -32351,7 +32351,7 @@ msgstr "" ...@@ -32351,7 +32351,7 @@ msgstr ""
msgid "Saving project." msgid "Saving project."
msgstr "" 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 "" msgstr ""
msgid "ScanResultPolicy|%{thenLabelStart}Then%{thenLabelEnd} Require approval from %{approvalsRequired} of the following approvers:" 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