Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-09 13:22:04 +0300
committerPhil Hughes <me@iamphill.com>2017-10-09 13:22:04 +0300
commit19b7d365dc325e0357fd06a4b74bac70568ee74a (patch)
tree7e51b938245e3cc411749a0cf65fc8194a73fd7d /app
parent8af29c214ce0ac382f85a0e37a2106138ed13f6d (diff)
Fix wiki empty page translation namespace not being removed
Closes #38920
Diffstat (limited to 'app')
-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")