diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml
index 1ff5ddb4c116de7feb8b726f4956b9011fefaa41..bc8e08eeae4fe210d864dc57724077dc815526df 100644
--- a/app/views/help/show.html.haml
+++ b/app/views/help/show.html.haml
@@ -1,3 +1,3 @@
-- page_title @file, *@category.split("/").reverse, "Help"
+- page_title @file.humanize, *@category.split("/").reverse.map(&:humanize), "Help"
 .documentation.wiki
   = markdown @markdown.gsub('$your_email', current_user.email)