summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-09 11:22:04 +0100
committerPhil Hughes <me@iamphill.com>2017-10-09 11:22:04 +0100
commit19b7d365dc325e0357fd06a4b74bac70568ee74a (patch)
tree7e51b938245e3cc411749a0cf65fc8194a73fd7d
parent8af29c214ce0ac382f85a0e37a2106138ed13f6d (diff)
downloadgitlab-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.haml2
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")