From 5c17be36048ab3a0e456ac40d154e09ae6f23ae4 Mon Sep 17 00:00:00 2001 From: Matthias Link Date: Thu, 19 Dec 2013 20:42:11 +0100 Subject: [PATCH] Admin/Background Jobs: fixed spelling mistake --- app/views/admin/background_jobs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml index 431a9cb..5ba6759 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 -- libgit2 0.21.2