Tweak offline page error message

pull/165/head
Thibaut 10 years ago
parent e86f812aa9
commit d5e694553a

@ -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. """ If you keep seeing this, you're likely behind a proxy or firewall that blocks cross-domain requests. """
app.templates.offlineError = -> app.templates.offlineError = ->
error """ Your browser is unsupported, sorry. """, error """ Oops, the database failed to load. """,
""" DevDocs uses IndexedDB to cache complete documentations for offline access.<br> """ DevDocs requires IndexedDB to cache documentations for offline access.<br>
Unfortunately your browser either doesn't support IndexedDB, or its implementation is buggy. """ Unfortunately IndexedDB is either not supported in your browser, disabled, or buggy. """
app.templates.unsupportedBrowser = """ app.templates.unsupportedBrowser = """
<div class="_fail"> <div class="_fail">

Loading…
Cancel
Save