Commit da75cddb authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'jj-ramirez-master-patch-71805' into 'master'

Update Runners Settings Text + Link to Docs

See merge request gitlab-org/gitlab!18534
parents 6c21435e b0fdb21c
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
%button.btn.js-settings-toggle{ type: 'button' } %button.btn.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p %p
= _("Register and see your runners for this project.") = _("Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project.")
= link_to s_('More information'), help_page_path('ci/runners/README')
.settings-content .settings-content
= render 'projects/runners/index' = render 'projects/runners/index'
......
.light.prepend-top-default .light.prepend-top-default
%p %p
= _("A 'Runner' is a process which runs a job. You can set up as many Runners as you need.") = _("You can set up as many Runners as you need to run your jobs.")
%br %br
= _('Runners can be placed on separate users, servers, and even on your local machine.') = _('Runners can be placed on separate users, servers, and even on your local machine.')
......
---
title: Update Runners Settings Text + Link to Docs
merge_request: 18534
author:
type: changed
...@@ -14082,9 +14082,6 @@ msgstr "" ...@@ -14082,9 +14082,6 @@ msgstr ""
msgid "Register and see your runners for this group." msgid "Register and see your runners for this group."
msgstr "" msgstr ""
msgid "Register and see your runners for this project."
msgstr ""
msgid "Register for GitLab" msgid "Register for GitLab"
msgstr "" msgstr ""
...@@ -14720,6 +14717,9 @@ msgstr "" ...@@ -14720,6 +14717,9 @@ msgstr ""
msgid "Runners activated for this project" msgid "Runners activated for this project"
msgstr "" msgstr ""
msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
msgstr ""
msgid "Runners can be placed on separate users, servers, and even on your local machine." msgid "Runners can be placed on separate users, servers, and even on your local machine."
msgstr "" msgstr ""
...@@ -19722,6 +19722,9 @@ msgstr "" ...@@ -19722,6 +19722,9 @@ msgstr ""
msgid "You can see your chat accounts." msgid "You can see your chat accounts."
msgstr "" msgstr ""
msgid "You can set up as many Runners as you need to run your jobs."
msgstr ""
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas." msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
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