Fix new issue header text
Without the leading `=`, this is just interpreted as literal text, so it won't be translated.
This commit is contained in:
parent
272071219e
commit
15d302de69
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
||||||
- breadcrumb_title _("New")
|
- breadcrumb_title _("New")
|
||||||
- page_title _("New Issue")
|
- page_title _("New Issue")
|
||||||
|
|
||||||
%h3.page-title
|
%h3.page-title= _("New Issue")
|
||||||
_("New Issue")
|
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
= render "form"
|
= render "form"
|
||||||
|
|
Loading…
Reference in a new issue