summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-09 16:55:14 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-10-09 16:55:14 +0000
commitd6170ce4d8a0cbfd8552531c29163e44549222cf (patch)
treedadea13297f4d82b79881e75ff65edbdb7473f01
parent41578b72b727f5500bb778ed5c157ff73a4e6e58 (diff)
parent19b7d365dc325e0357fd06a4b74bac70568ee74a (diff)
downloadgitlab-ce-d6170ce4d8a0cbfd8552531c29163e44549222cf.tar.gz
Merge branch 'wiki-empty-page-heading' into 'master'
Fix wiki empty page translation namespace not being removed Closes #38920 See merge request gitlab-org/gitlab-ce!14759
-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")