diff options
author | Phil Hughes <me@iamphill.com> | 2017-10-09 11:22:04 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-10-09 11:22:04 +0100 |
commit | 19b7d365dc325e0357fd06a4b74bac70568ee74a (patch) | |
tree | 7e51b938245e3cc411749a0cf65fc8194a73fd7d | |
parent | 8af29c214ce0ac382f85a0e37a2106138ed13f6d (diff) | |
download | gitlab-ce-wiki-empty-page-heading.tar.gz |
Fix wiki empty page translation namespace not being removedwiki-empty-page-heading
Closes #38920
-rw-r--r-- | app/views/projects/wikis/empty.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/empty.html.haml b/app/views/projects/wikis/empty.html.haml index 911e1339541..d6e568bac94 100644 --- a/app/views/projects/wikis/empty.html.haml +++ b/app/views/projects/wikis/empty.html.haml @@ -1,6 +1,6 @@ - page_title _("Wiki") -%h3.page-title= _("Wiki|Empty page") +%h3.page-title= s_("Wiki|Empty page") %hr .error_message = s_("WikiEmptyPageError|You are not allowed to create wiki pages") |