Commit ddeb7429 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'update_code_owner_protection_tool_tip' into 'master'

Remove allowed to merge from code owner protection tooltip

See merge request gitlab-org/gitlab!45296
parents 9341f66f 4d50a320
......@@ -2,6 +2,6 @@
%th
= s_("ProtectedBranch|Code owner approval")
%span.sr-only
= "(" << s_("ProtectedBranch|Does not apply to users allowed to merge or push.") << ")"
%span.has-tooltip{ data: { container: 'body' }, title: s_('ProtectedBranch|Does not apply to users allowed to merge or push.'), 'aria-hidden': 'true' }
= "(" << s_("ProtectedBranch|Does not apply to users allowed to push.") << ")"
%span.has-tooltip{ data: { container: 'body' }, title: s_('ProtectedBranch|Does not apply to users allowed to push.'), 'aria-hidden': 'true' }
= sprite_icon('question', size: 16, css_class: 'gl-text-gray-500')
......@@ -21253,7 +21253,7 @@ msgstr ""
msgid "ProtectedBranch|Code owner approval"
msgstr ""
msgid "ProtectedBranch|Does not apply to users allowed to merge or push."
msgid "ProtectedBranch|Does not apply to users allowed to push."
msgstr ""
msgid "ProtectedBranch|Protect"
......
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