diff --git a/assets/javascripts/templates/pages/offline_tmpl.coffee b/assets/javascripts/templates/pages/offline_tmpl.coffee index e3c2523c..57e780d6 100644 --- a/assets/javascripts/templates/pages/offline_tmpl.coffee +++ b/assets/javascripts/templates/pages/offline_tmpl.coffee @@ -41,11 +41,11 @@ app.templates.offlinePage = (docs) -> """ canICloseTheTab = -> if app.AppCache.isEnabled() - """ Yes! Even offline, you can open a new tab, go to devdocs.io, and everything will work as if you were online (provided you installed all the documentations you want to use beforehand). """ + """ Yes! Even offline, you can open a new tab, go to devdocs.io, and everything will work as if you were online (provided you installed all the documentations you want to use beforehand). """ else if app.mozApp """ Yes! Even offline, you can open the app and everything will work as if you were online (provided you installed all the documentations you want to use beforehand). """ else - """ No. AppCache isn't available in your browser (or is disabled) so loading devdocs.io offline won't work.
+ """ No. AppCache isn't available in your browser (or is disabled) so loading devdocs.io offline won't work.
The current tab will continue to work, though (provided you installed all the documentations you want to use beforehand). """ app.templates.offlineDoc = (doc, status) -> diff --git a/public/404.html b/public/404.html index c2d36575..1a306f02 100644 --- a/public/404.html +++ b/public/404.html @@ -62,7 +62,7 @@

Oops!

The page you were looking for doesn't exist.
- Go back to devdocs.io. + Go back to devdocs.io.

diff --git a/public/500.html b/public/500.html index 47e8aaa2..d65df101 100644 --- a/public/500.html +++ b/public/500.html @@ -63,7 +63,7 @@

Something is technically wrong.
Thanks for noticing—we're going to fix it up and have things back to normal soon.
- Go back to devdocs.io. + Go back to devdocs.io.