diff options
Diffstat (limited to 'app/views/groups/labels/new.html.haml')
-rw-r--r-- | app/views/groups/labels/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/labels/new.html.haml b/app/views/groups/labels/new.html.haml index bb0b8d2b94d..75b4ad5c795 100644 --- a/app/views/groups/labels/new.html.haml +++ b/app/views/groups/labels/new.html.haml @@ -3,7 +3,7 @@ - page_title _("New Label") %h3.page-title - New Label + = _('New Label') %hr = render 'shared/labels/form', url: group_labels_path, back_path: @previous_labels_path |