Commit 56b78e45 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'fix/typo-protected-tags' into 'master'

Fix Typo in Protected Tags Settings

See merge request gitlab-org/gitlab!80028
parents 8a44ddba 2c1f0c08
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
= link_to s_("ProtectedTag|What are protected tags?"), help_page_path("user/project/protected_tags") = link_to s_("ProtectedTag|What are protected tags?"), help_page_path("user/project/protected_tags")
.settings-content .settings-content
%p %p
= s_("ProtectedTag|By default, protected branches restrict who can modify the tag.") = s_("ProtectedTag|By default, protected tags restrict who can modify the tag.")
= link_to s_("ProtectedTag|Learn more."), help_page_path("user/project/protected_tags", anchor: "who-can-modify-a-protected-tag") = link_to s_("ProtectedTag|Learn more."), help_page_path("user/project/protected_tags", anchor: "who-can-modify-a-protected-tag")
- if can? current_user, :admin_project, @project - if can? current_user, :admin_project, @project
......
...@@ -29304,7 +29304,7 @@ msgstr "" ...@@ -29304,7 +29304,7 @@ msgstr ""
msgid "ProtectedTags|default" msgid "ProtectedTags|default"
msgstr "" msgstr ""
msgid "ProtectedTag|By default, protected branches restrict who can modify the tag." msgid "ProtectedTag|By default, protected tags restrict who can modify the tag."
msgstr "" msgstr ""
msgid "ProtectedTag|Learn more." msgid "ProtectedTag|Learn more."
......
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