diff --git a/assets/javascripts/templates/error_tmpl.coffee b/assets/javascripts/templates/error_tmpl.coffee
index 11941c03..e36b94ad 100644
--- a/assets/javascripts/templates/error_tmpl.coffee
+++ b/assets/javascripts/templates/error_tmpl.coffee
@@ -23,9 +23,9 @@ app.templates.bootError = ->
If you keep seeing this, you're likely behind a proxy or firewall that blocks cross-domain requests. """
app.templates.offlineError = ->
- error """ Your browser is unsupported, sorry. """,
- """ DevDocs uses IndexedDB to cache complete documentations for offline access.
- Unfortunately your browser either doesn't support IndexedDB, or its implementation is buggy. """
+ error """ Oops, the database failed to load. """,
+ """ DevDocs requires IndexedDB to cache documentations for offline access.
+ Unfortunately IndexedDB is either not supported in your browser, disabled, or buggy. """
app.templates.unsupportedBrowser = """