diff options
-rw-r--r-- | app/views/admin/services/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/services/index.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/services/index.html.haml b/app/views/admin/services/index.html.haml index 1d3e192a325..0093fb97765 100644 --- a/app/views/admin/services/index.html.haml +++ b/app/views/admin/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 diff --git a/app/views/projects/services/index.html.haml b/app/views/projects/services/index.html.haml index d615d128653..0d3ccb6bb83 100644 --- a/app/views/projects/services/index.html.haml +++ b/app/views/projects/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 |