summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/empty.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/wikis/empty.html.haml')
-rw-r--r--app/views/projects/wikis/empty.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/wikis/empty.html.haml b/app/views/projects/wikis/empty.html.haml
index 7dfa405d063..911e1339541 100644
--- a/app/views/projects/wikis/empty.html.haml
+++ b/app/views/projects/wikis/empty.html.haml
@@ -1,6 +1,6 @@
-- page_title "Wiki"
+- page_title _("Wiki")
-%h3.page-title Empty page
+%h3.page-title= _("Wiki|Empty page")
%hr
.error_message
- You are not allowed to create wiki pages
+ = s_("WikiEmptyPageError|You are not allowed to create wiki pages")