diff --git a/assets/javascripts/templates/notice_tmpl.coffee b/assets/javascripts/templates/notice_tmpl.coffee index 3ea1c069..6aab2e42 100644 --- a/assets/javascripts/templates/notice_tmpl.coffee +++ b/assets/javascripts/templates/notice_tmpl.coffee @@ -1,9 +1,9 @@ notice = (text) -> """

#{text}

""" app.templates.singleDocNotice = (doc) -> - notice """ You're currently browsing the #{doc.fullName} documentation. To browse all docs, go to + notice """ You're browsing the #{doc.fullName} documentation. To browse all docs, go to #{app.config.production_host} (or press esc). """ app.templates.disabledDocNotice = -> - notice """ This documentation is currently disabled. + notice """ This documentation is disabled. To enable it, click Select documentation. """ diff --git a/assets/javascripts/templates/notif_tmpl.coffee b/assets/javascripts/templates/notif_tmpl.coffee index d44176de..ad38b40a 100644 --- a/assets/javascripts/templates/notif_tmpl.coffee +++ b/assets/javascripts/templates/notif_tmpl.coffee @@ -50,7 +50,7 @@ app.templates.notifUpdates = (docs, disabledDocs) -> app.templates.notifShare = -> textNotif """ Hi there! """, - """ Like DevDocs? Help us reach more developers by sharing the link with your friends, on + """ Like DevDocs? Help us reach more developers by sharing the link with your friends on Twitter, Facebook, Reddit, etc.
Thanks :) """ diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 9638ee52..cdf4723c 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -72,7 +72,6 @@ app.templates.aboutPage = -> """
  • Brackets extension
  • Emacs Package -

    You can also use Fluid to turn DevDocs into a real OS X app.

    Privacy Policy