summaryrefslogtreecommitdiff
path: root/app/views/admin/background_jobs
diff options
context:
space:
mode:
authorMatthias Link <matthias@link.co.at>2013-12-19 20:42:11 +0100
committerMatthias Link <matthias@link.co.at>2013-12-19 20:42:11 +0100
commit5c17be36048ab3a0e456ac40d154e09ae6f23ae4 (patch)
tree64a752b8ee68197f6d09489144b3d14f3e22fb8d /app/views/admin/background_jobs
parent8bcb2ff27e79753a84c1800e453584d3a23fbb4e (diff)
downloadgitlab-ce-5c17be36048ab3a0e456ac40d154e09ae6f23ae4.tar.gz
Admin/Background Jobs: fixed spelling mistake
Diffstat (limited to 'app/views/admin/background_jobs')
-rw-r--r--app/views/admin/background_jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index 431a9cbcd36..5ba67591f35 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -1,5 +1,5 @@
%h3.page-title Background Jobs
-%p.light GitLab use #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
+%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
%hr