diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-16 06:06:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-16 06:06:30 +0000 |
commit | 2860167b7774c526469be38aa2ccf58530d1bfa2 (patch) | |
tree | b24a2dd266464c1912efd97d0a5d1f71141025f1 /app/views/groups | |
parent | 0bea08a33e68c5f2b5fdb8ec9b42636f9f62d0f5 (diff) | |
download | gitlab-ce-2860167b7774c526469be38aa2ccf58530d1bfa2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/settings/ci_cd/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/groups/settings/ci_cd/show.html.haml b/app/views/groups/settings/ci_cd/show.html.haml index a3f35b72cc6..81bd15ed287 100644 --- a/app/views/groups/settings/ci_cd/show.html.haml +++ b/app/views/groups/settings/ci_cd/show.html.haml @@ -31,7 +31,8 @@ %button.btn.btn-default.js-settings-toggle{ type: "button" } = expanded ? _('Collapse') : _('Expand') %p - = _('Register and see your runners for this group.') + = _("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 'groups/runners/index' |