summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/labels/new.html.haml')
-rw-r--r--app/views/admin/labels/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/labels/new.html.haml b/app/views/admin/labels/new.html.haml
index 0135ad0723d..20103fb8a29 100644
--- a/app/views/admin/labels/new.html.haml
+++ b/app/views/admin/labels/new.html.haml
@@ -1,5 +1,5 @@
-- page_title "New Label"
+- page_title _("New Label")
%h3.page-title
- New Label
+ = _('New Label')
%hr
= render 'form'