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/views
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-09 19:55:14 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-10-13 15:31:59 +0300
commit161a9eaf6a99382cca34a9c7a7b851a7f74690d4 (patch)
treeb356684e95f911a9f26bd9736c412e1e22a27f4e /app/views
parentb7f3eac590783eaca40403060cebb459e64cdcb9 (diff)
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
Diffstat (limited to 'app/views')
-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")