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

Copy changes around registering runners (#10244)

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