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
This commit is contained in:
Filipa Lacerda 2017-10-09 16:55:14 +00:00
commit d6170ce4d8
1 changed files with 1 additions and 1 deletions

View File

@ -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")