From 19b7d365dc325e0357fd06a4b74bac70568ee74a Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 9 Oct 2017 11:22:04 +0100 Subject: Fix wiki empty page translation namespace not being removed Closes #38920 --- app/views/projects/wikis/empty.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1