summaryrefslogtreecommitdiff
path: root/app/views/admin/services/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/services/index.html.haml')
-rw-r--r--app/views/admin/services/index.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/admin/services/index.html.haml b/app/views/admin/services/index.html.haml
index 89872c1b91a..1bf3400bd43 100644
--- a/app/views/admin/services/index.html.haml
+++ b/app/views/admin/services/index.html.haml
@@ -1,15 +1,15 @@
-- page_title "Service Templates"
-%h3.page-title Service templates
-%p.light Service template allows you to set default values for project services
+- page_title _('Service Templates')
+%h3.page-title= _('Service templates')
+%p.light= _('Service template allows you to set default values for project services')
.table-holder
%table.table
%thead
%tr
%th
- %th Service
- %th Description
- %th Last edit
+ %th= _('Service')
+ %th= _('Description')
+ %th= _('Last edit')
- @services.sort_by(&:title).each do |service|
%tr
%td