Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-02 01:54:35 +0300
committerRobert Speicher <robert@gitlab.com>2016-01-02 01:54:35 +0300
commitde6b6ccc421776891085c5c41e90d33a01e3ac30 (patch)
treeefc0d86c4a9ed0f75f35e09963058a62e3ee592f
parent636ae8bc8291ec82162b34778bf6b22c4ae4ebf0 (diff)
parent74969021efed0ae15f19fef5bfc8e9ed7d7fa4e9 (diff)
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.haml2
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'