Commit b0fdb21c authored by Juan J. Ramirez's avatar Juan J. Ramirez Committed by Martin Wortschack

Update Text and Links in Runner

author Juan J. Ramirez (JJ) <jramirez@gitlab.com> 1571069823 +0000
committer Juan <jjramirez.u@gmail.com> 1573758441 -0600

Update Runners Settings Text + Link to Docs

Apply suggestion to app/views/projects/settings/ci_cd/show.html.haml

Apply suggestion to app/views/projects/settings/ci_cd/show.html.haml

fixing locale error

Fixing Locale Error

fixing locale error

Update Text and Links in Runner

Changelog: Runner Settings Improvement.

Removed <br> from <ul>

Update Text and Links in Runner

author Juan J. Ramirez (JJ) <jramirez@gitlab.com> 1571069823 +0000
committer Juan <jjramirez.u@gmail.com> 1573758441 -0600

Update Runners Settings Text + Link to Docs

Apply suggestion to app/views/projects/settings/ci_cd/show.html.haml

Apply suggestion to app/views/projects/settings/ci_cd/show.html.haml

fixing locale error

Fixing Locale Error

fixing locale error

Update Text and Links in Runner

Changelog: Runner Settings Improvement.

Removed break from list

Update Text and Links in Runner

author Juan J. Ramirez (JJ) <jramirez@gitlab.com> 1571069823 +0000
committer Juan <jjramirez.u@gmail.com> 1573758441 -0600

Update Runners Settings Text + Link to Docs

Apply suggestion to app/views/projects/settings/ci_cd/show.html.haml

Apply suggestion to app/views/projects/settings/ci_cd/show.html.haml

fixing locale error

Fixing Locale Error

fixing locale error

Update Text and Links in Runner

Changelog: Runner Settings Improvement.

Remove break from list
parent 6c21435e
......@@ -37,7 +37,8 @@
%button.btn.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%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
= render 'projects/runners/index'
......
.light.prepend-top-default
%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
= _('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 ""
msgid "Register and see your runners for this group."
msgstr ""
msgid "Register and see your runners for this project."
msgstr ""
msgid "Register for GitLab"
msgstr ""
......@@ -14720,6 +14717,9 @@ msgstr ""
msgid "Runners activated for this project"
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."
msgstr ""
......@@ -19722,6 +19722,9 @@ msgstr ""
msgid "You can see your chat accounts."
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."
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