summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-02-17 10:51:01 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-02-17 14:36:49 -0600
commit59010d8f822a1d09660ef78a0ceb7f9cf05dbd63 (patch)
treebbb0e2345e5c7a24ab7342bd8cb1c3f1081b9f98 /app
parentbb94c3bf74586b237481ac7b96503e5eac8b488d (diff)
downloadgitlab-ce-59010d8f822a1d09660ef78a0ceb7f9cf05dbd63.tar.gz
Fix grammer issue in admin/runners28353-little-grammar-issue
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/runners/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index 721bc77cc2f..d725e477044 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -56,7 +56,7 @@
= submit_tag 'Search', class: 'btn'
.pull-right.light
- Runners with last contact less than a minute ago: #{@active_runners_cnt}
+ Runners with last contact more than a minute ago: #{@active_runners_cnt}
%br