Commit 4826ff2f authored by John Lyttle's avatar John Lyttle

Merge branch 'asalii-master-patch-35536' into 'master'

Update ee/app/assets/javascripts/approvals/constants.js

See merge request gitlab-org/gitlab!75200
parents a7d42d53 b1b538d2
...@@ -70,7 +70,7 @@ export const APPROVAL_SETTINGS_I18N = { ...@@ -70,7 +70,7 @@ export const APPROVAL_SETTINGS_I18N = {
'ApprovalSettings|This setting is configured at the instance level and can only be changed by an administrator.', 'ApprovalSettings|This setting is configured at the instance level and can only be changed by an administrator.',
), ),
lockedByGroupOwner: s__( lockedByGroupOwner: s__(
'ApprovalSettings|This setting is configured in %{groupName} and can only be changed by an administrator or group owner.', 'ApprovalSettings|This setting is configured in %{groupName} and can only be changed in the group settings by an administrator or group owner.',
), ),
}; };
......
...@@ -4446,7 +4446,7 @@ msgstr "" ...@@ -4446,7 +4446,7 @@ msgstr ""
msgid "ApprovalSettings|This setting is configured at the instance level and can only be changed by an administrator." msgid "ApprovalSettings|This setting is configured at the instance level and can only be changed by an administrator."
msgstr "" msgstr ""
msgid "ApprovalSettings|This setting is configured in %{groupName} and can only be changed by an administrator or group owner." msgid "ApprovalSettings|This setting is configured in %{groupName} and can only be changed in the group settings by an administrator or group owner."
msgstr "" msgstr ""
msgid "ApprovalStatusTooltip|Adheres to separation of duties" msgid "ApprovalStatusTooltip|Adheres to separation of duties"
......
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