Commit 85f14c6b authored by gfyoung's avatar gfyoung Committed by gfyoung

Fix typo in pipeline subscriptions page

thee --> the
parent 44afe919
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
= _("Set up pipeline subscriptions for this project.") = _("Set up pipeline subscriptions for this project.")
%p %p
- default_branch_docs = link_to(_("default branch"), help_page_path('user/project/repository/branches', anchor: 'default-branch')) - default_branch_docs = link_to(_("default branch"), help_page_path('user/project/repository/branches', anchor: 'default-branch'))
= _("Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on thee default branch of this project.").html_safe % { default_branch_docs: default_branch_docs } = _("Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project.").html_safe % { default_branch_docs: default_branch_docs }
%p %p
= _("There is a limit of 100 subscriptions from or to a project.") = _("There is a limit of 100 subscriptions from or to a project.")
......
...@@ -16833,7 +16833,7 @@ msgstr "" ...@@ -16833,7 +16833,7 @@ msgstr ""
msgid "Subscriptions" msgid "Subscriptions"
msgstr "" msgstr ""
msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on thee default branch of this project." msgid "Subscriptions allow successfully completed pipelines on the %{default_branch_docs} of the subscribed project to trigger a new pipeline on the default branch of this project."
msgstr "" msgstr ""
msgid "Subtracted" msgid "Subtracted"
......
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