Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-16 00:06:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-16 00:06:14 +0300
commitae50a43c43229442e5ccef4034d62df8a3c36cbc (patch)
tree6ed44a0e6515275719e1ba744baf457fe3044793 /app/views/shared/runners
parenteca3cd3a9e7d9ea680086cad8150050ec8cdef3f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/runners')
-rw-r--r--app/views/shared/runners/_runner_description.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/runners/_runner_description.html.haml b/app/views/shared/runners/_runner_description.html.haml
index 5935750ca06..a47bbd55325 100644
--- a/app/views/shared/runners/_runner_description.html.haml
+++ b/app/views/shared/runners/_runner_description.html.haml
@@ -1,6 +1,6 @@
.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.')