Commit 07485bfe authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix17' into 'master'

Remove "Learn more in the|" from link text

See merge request gitlab-org/gitlab!69396
parents 35ba0a94 f65af1a8
...@@ -53,7 +53,7 @@ Those scheduled pipelines will inherit limited project access based on their ass ...@@ -53,7 +53,7 @@ Those scheduled pipelines will inherit limited project access based on their ass
<p> <p>
{{ __('Learn more in the') }} {{ __('Learn more in the') }}
<a :href="docsUrl" target="_blank" rel="nofollow"> <a :href="docsUrl" target="_blank" rel="nofollow">
{{ s__('Learn more in the|pipeline schedules documentation') }}</a {{ __('pipeline schedules documentation') }}</a
>. >.
<!-- oneline to prevent extra space before period --> <!-- oneline to prevent extra space before period -->
</p> </p>
......
...@@ -19830,9 +19830,6 @@ msgstr "" ...@@ -19830,9 +19830,6 @@ msgstr ""
msgid "Learn more in the" msgid "Learn more in the"
msgstr "" msgstr ""
msgid "Learn more in the|pipeline schedules documentation"
msgstr ""
msgid "Learn more." msgid "Learn more."
msgstr "" msgstr ""
...@@ -40356,6 +40353,9 @@ msgstr "" ...@@ -40356,6 +40353,9 @@ msgstr ""
msgid "pipeline" msgid "pipeline"
msgstr "" msgstr ""
msgid "pipeline schedules documentation"
msgstr ""
msgid "pod_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character" msgid "pod_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character"
msgstr "" msgstr ""
......
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