Commit 2c1f0c08 authored by Niklas's avatar Niklas Committed by Jacques Erasmus

Fix Typo in Protected Tags Settings

Changelog: fixed
parent 25de243b
...@@ -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
......
...@@ -29227,7 +29227,7 @@ msgstr "" ...@@ -29227,7 +29227,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