Commit 0f092626 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch '297428-code-owner-optional-section' into 'master'

Update code owner approval tooltip message

See merge request gitlab-org/gitlab!55842
parents 9ebbc4e4 1ff60a93
---
title: Update code owner approval tooltip message
merge_request: 55842
author:
type: changed
......@@ -2,6 +2,6 @@
%th
= s_("ProtectedBranch|Code owner approval")
%span.sr-only
= "(" << 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' }
= "(" << s_("ProtectedBranch|Does not apply to users allowed to push. Optional sections are not enforced.") << ")"
%span.has-tooltip{ data: { container: 'body' }, title: s_('ProtectedBranch|Does not apply to users allowed to push. Optional sections are not enforced.'), 'aria-hidden': 'true' }
= sprite_icon('question', size: 16, css_class: 'gl-text-gray-500')
......@@ -24557,7 +24557,7 @@ msgstr ""
msgid "ProtectedBranch|Code owner approval"
msgstr ""
msgid "ProtectedBranch|Does not apply to users allowed to push."
msgid "ProtectedBranch|Does not apply to users allowed to push. Optional sections are not enforced."
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