diff options
author | Jamie Mansfield <malgm@lapis.blue> | 2015-10-18 17:42:18 +0100 |
---|---|---|
committer | Jamie Mansfield <malgm@lapis.blue> | 2015-10-18 17:42:18 +0100 |
commit | 405a10e9b8f94578b0417cb4fea0362aa139bac3 (patch) | |
tree | fe85022eb565b1fdf81e760747249e2ebcacbfdf | |
parent | 38785046f7ec7d834e22add66e4be88f6e985355 (diff) | |
download | gitlab-ce-405a10e9b8f94578b0417cb4fea0362aa139bac3.tar.gz |
Fix spelling of Description
-rw-r--r-- | app/views/projects/ci_services/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci_services/index.html.haml b/app/views/projects/ci_services/index.html.haml index c78b21884a3..c164b2d4bc0 100644 --- a/app/views/projects/ci_services/index.html.haml +++ b/app/views/projects/ci_services/index.html.haml @@ -6,7 +6,7 @@ %tr %th %th Service - %th Desription + %th Description %th Last edit - @services.sort_by(&:title).each do |service| %tr |