diff options
author | Robert Speicher <robert@gitlab.com> | 2016-01-01 22:54:35 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-01-01 22:54:35 +0000 |
commit | de6b6ccc421776891085c5c41e90d33a01e3ac30 (patch) | |
tree | efc0d86c4a9ed0f75f35e09963058a62e3ee592f | |
parent | 636ae8bc8291ec82162b34778bf6b22c4ae4ebf0 (diff) | |
parent | 74969021efed0ae15f19fef5bfc8e9ed7d7fa4e9 (diff) | |
download | gitlab-ce-de6b6ccc421776891085c5c41e90d33a01e3ac30.tar.gz |
Merge branch 'fix_ci_settings_typo' into 'master'
Fix typo in CI settings
Remove a little typo in the CI section of the settings.
See merge request !2270
-rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml index 214e0209bb7..89b38a0dad0 100644 --- a/app/views/admin/application_settings/_form.html.haml +++ b/app/views/admin/application_settings/_form.html.haml @@ -149,7 +149,7 @@ .checkbox = f.label :shared_runners_enabled do = f.check_box :shared_runners_enabled - Enable shared runners for a new projects + Enable shared runners for new projects .form-group = f.label :max_artifacts_size, 'Maximum artifacts size (MB)', class: 'control-label col-sm-2' |