summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/labels/edit.html.haml')
-rw-r--r--app/views/admin/labels/edit.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/labels/edit.html.haml b/app/views/admin/labels/edit.html.haml
index 96f0d404ac4..652ed095d00 100644
--- a/app/views/admin/labels/edit.html.haml
+++ b/app/views/admin/labels/edit.html.haml
@@ -1,7 +1,7 @@
-- add_to_breadcrumbs "Labels", admin_labels_path
-- breadcrumb_title "Edit Label"
-- page_title "Edit", @label.name, "Labels"
+- add_to_breadcrumbs _("Labels"), admin_labels_path
+- breadcrumb_title _("Edit Label")
+- page_title _("Edit"), @label.name, _("Labels")
%h3.page-title
- Edit Label
+ = _('Edit Label')
%hr
= render 'form'