Commit 20e236cf authored by Dylan Griffith's avatar Dylan Griffith

Copy changes around registering runners (#10244)

parent c1b8c65f
......@@ -21,7 +21,7 @@
This group does not provide any group Runners yet.
- if can?(current_user, :admin_pipeline, @project.group)
You can register group runners in the
Group masters can register group runners in the
= link_to 'Group CI/CD settings', group_settings_ci_cd_path(@project.group)
- else
Ask your group master to setup a group Runner.
......
......@@ -17,8 +17,8 @@
  for this project
- if @shared_runners_count.zero?
This GitLab server does not provide any shared Runners yet.
Please use the specific Runners or ask your administrator to create one.
This GitLab instance does not provide any shared Runners yet. Instance
administrators can register shared Runners in the admin area.
- else
%h4.underlined-title Available shared Runners : #{@shared_runners_count}
%ul.bordered-list.available-shared-runners
......
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