summaryrefslogtreecommitdiff
path: root/app/views/admin/services/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/services/edit.html.haml')
-rw-r--r--app/views/admin/services/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/services/edit.html.haml b/app/views/admin/services/edit.html.haml
index 512176649e6..8c6c2195d66 100644
--- a/app/views/admin/services/edit.html.haml
+++ b/app/views/admin/services/edit.html.haml
@@ -1,4 +1,4 @@
-- add_to_breadcrumbs "Service Templates", admin_application_settings_services_path
+- add_to_breadcrumbs _('Service Templates'), admin_application_settings_services_path
- breadcrumb_title @service.title
-- page_title @service.title, "Service Templates"
+- page_title @service.title, _('Service Templates')
= render 'form'