Commit 13529a0c authored by Russell Dickenson's avatar Russell Dickenson Committed by Brandon Labuschagne

Improve UI text for style compliance

Changelog: changed
EE: true
parent a6c0e0c9
......@@ -47,7 +47,7 @@ export default {
{
name: LICENSE_CHECK_NAME,
description: s__(
'SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}',
'SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}',
),
docsPath: this.licenseCheckHelpPagePath,
},
......
......@@ -75,16 +75,16 @@ export const APPROVAL_SETTINGS_I18N = {
};
export const PROJECT_APPROVAL_SETTINGS_LABELS_I18N = {
authorApprovalLabel: s__('ApprovalSettings|Prevent approval by author.'),
authorApprovalLabel: s__('ApprovalSettings|Prevent approval by author'),
preventMrApprovalRuleEditLabel: s__(
'ApprovalSettings|Prevent editing approval rules in merge requests.',
'ApprovalSettings|Prevent editing approval rules in merge requests',
),
preventCommittersApprovalLabel: s__(
'ApprovalSettings|Prevent approvals by users who add commits.',
'ApprovalSettings|Prevent approvals by users who add commits',
),
requireUserPasswordLabel: s__('ApprovalSettings|Require user password to approve.'),
requireUserPasswordLabel: s__('ApprovalSettings|Require user password to approve'),
removeApprovalsOnPushLabel: s__(
'ApprovalSettings|Remove all approvals when commits are added to the source branch.',
'ApprovalSettings|Remove all approvals when commits are added to the source branch',
),
};
......
......@@ -4494,22 +4494,28 @@ msgstr ""
msgid "ApprovalSettings|Merge request approval settings have been updated."
msgstr ""
msgid "ApprovalSettings|Prevent approval by author"
msgstr ""
msgid "ApprovalSettings|Prevent approval by author."
msgstr ""
msgid "ApprovalSettings|Prevent approvals by users who add commits"
msgstr ""
msgid "ApprovalSettings|Prevent approvals by users who add commits."
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in merge requests."
msgid "ApprovalSettings|Prevent editing approval rules in merge requests"
msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and merge requests."
msgstr ""
msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch."
msgid "ApprovalSettings|Remove all approvals when commits are added to the source branch"
msgstr ""
msgid "ApprovalSettings|Require user password to approve."
msgid "ApprovalSettings|Require user password to approve"
msgstr ""
msgid "ApprovalSettings|There was an error loading merge request approval settings."
......@@ -31543,7 +31549,7 @@ msgstr ""
msgid "SecurityApprovals|License-Check"
msgstr ""
msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}"
msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "SecurityApprovals|Requires approval for decreases in test coverage. %{linkStart}Learn more.%{linkEnd}"
......
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