Commit 4d50a320 authored by Marc Shaw's avatar Marc Shaw

Remove allowed to merge from code owner protection tooltip

parent d9cba039
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
%th %th
= s_("ProtectedBranch|Code owner approval") = s_("ProtectedBranch|Code owner approval")
%span.sr-only %span.sr-only
= "(" << s_("ProtectedBranch|Does not apply to users allowed to merge or push.") << ")" = "(" << 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 merge or push.'), 'aria-hidden': 'true' } %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') = sprite_icon('question', size: 16, css_class: 'gl-text-gray-500')
...@@ -21236,7 +21236,7 @@ msgstr "" ...@@ -21236,7 +21236,7 @@ msgstr ""
msgid "ProtectedBranch|Code owner approval" msgid "ProtectedBranch|Code owner approval"
msgstr "" msgstr ""
msgid "ProtectedBranch|Does not apply to users allowed to merge or push." msgid "ProtectedBranch|Does not apply to users allowed to push."
msgstr "" msgstr ""
msgid "ProtectedBranch|Protect" 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