Commit 90b9282e authored by Simon Knox's avatar Simon Knox

Merge branch 'fix46' into 'master'

Remove trailing space from string with "ApprovalSettings|"

See merge request gitlab-org/gitlab!70587
parents bee08b53 49e3e5d5
......@@ -83,7 +83,7 @@ export const PROJECT_APPROVAL_SETTINGS_LABELS_I18N = {
export const GROUP_APPROVAL_SETTINGS_LABELS_I18N = {
...PROJECT_APPROVAL_SETTINGS_LABELS_I18N,
preventMrApprovalRuleEditLabel: s__(
'ApprovalSettings|Prevent editing approval rules in projects and merge requests. ',
'ApprovalSettings|Prevent editing approval rules in projects and merge requests.',
),
};
......
......@@ -4261,9 +4261,6 @@ msgstr ""
msgid "ApprovalSettings|Prevent editing approval rules in projects and 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."
msgstr ""
......
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