diff --git a/assets/javascripts/templates/pages/offline_tmpl.coffee b/assets/javascripts/templates/pages/offline_tmpl.coffee
index 8e1ca13b..b862e1e7 100644
--- a/assets/javascripts/templates/pages/offline_tmpl.coffee
+++ b/assets/javascripts/templates/pages/offline_tmpl.coffee
@@ -20,6 +20,7 @@ app.templates.offlinePage = (docs) -> """
#{docs}
+
Note: your browser may delete DevDocs's offline data if your computer is running low on disk space and you haven't used the app in a while. Load this page before going offline to make sure the data is still there.
Questions & Answers
- How does this work?
@@ -28,7 +29,7 @@ app.templates.offlinePage = (docs) -> """
- Can I close the tab/browser?
- #{canICloseTheTab()}
- What if I don't update a documentation?
-
- You'll see outdated content and some pages will be missing or broken, since the rest of the app (including data for the search and sidebar) uses a different caching mechanism and is updated automatically.
+ - You'll see outdated content and some pages will be missing or broken, since the rest of the app (including data for the search and sidebar) uses a different caching mechanism which is updated automatically.
Documentation versioning is planned for the future but not yet supported, sorry.
- I found a bug, where do I report it?
- In the issue tracker. Thanks!