diff options
author | Steffen Köhler <git@steffenkoehler.net> | 2016-01-01 13:32:24 +0100 |
---|---|---|
committer | Steffen Köhler <git@steffenkoehler.net> | 2016-01-01 13:34:24 +0100 |
commit | 74969021efed0ae15f19fef5bfc8e9ed7d7fa4e9 (patch) | |
tree | a49f683585392ba78d5dc5598a9ac96282328d4b /app | |
parent | d33cc4e53070e6afb576911aa4d76dc80eba78b7 (diff) | |
download | gitlab-ce-74969021efed0ae15f19fef5bfc8e9ed7d7fa4e9.tar.gz |
Fix typo in CI settings
[ci skip]
Diffstat (limited to 'app')
-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' |