diff --git a/assets/javascripts/templates/pages/help_tmpl.coffee b/assets/javascripts/templates/pages/help_tmpl.coffee index 9d7662bb..62bef700 100644 --- a/assets/javascripts/templates/pages/help_tmpl.coffee +++ b/assets/javascripts/templates/pages/help_tmpl.coffee @@ -78,10 +78,10 @@ app.templates.helpPage = """

Misc

- Alt + r + alt + r
Reveal current page in sidebar
- Alt + g + alt + g
Search on Google
escape diff --git a/assets/javascripts/templates/pages/news_tmpl.coffee b/assets/javascripts/templates/pages/news_tmpl.coffee index f5fcc371..d422c38f 100644 --- a/assets/javascripts/templates/pages/news_tmpl.coffee +++ b/assets/javascripts/templates/pages/news_tmpl.coffee @@ -31,8 +31,8 @@ app.news = [ """ DevDocs is now available as a Firefox web app (currently requires Aurora). """, ], [ 1389484800000, # January 12, 2013 - """ Added Alt + g shortcut for searching on Google. """, - """ Added Alt + r shortcut for revealing the current page in the sidebar. """ + """ Added alt + g shortcut for searching on Google. """, + """ Added alt + r shortcut for revealing the current page in the sidebar. """ ], [ 1386979200000, # December 14, 2013 """ New PostgreSQL documentation """