From 6196e1dcc798f734c497494e9397a0d5b1011440 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 1 Feb 2015 16:41:06 -0500 Subject: [PATCH] Prompt user before resetting the app Closes #156. --- assets/javascripts/templates/notif_tmpl.coffee | 2 +- assets/javascripts/templates/pages/offline_tmpl.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/templates/notif_tmpl.coffee b/assets/javascripts/templates/notif_tmpl.coffee index 9298c260..7de9f521 100644 --- a/assets/javascripts/templates/notif_tmpl.coffee +++ b/assets/javascripts/templates/notif_tmpl.coffee @@ -12,7 +12,7 @@ app.templates.notifUpdateReady = -> app.templates.notifError = -> textNotif """ Oops, an error occured. """, """ Try reloading, and if the problem persists, - resetting the app.
+ resetting the app.
You can also report this issue on GitHub. """ app.templates.notifInvalidLocation = -> diff --git a/assets/javascripts/templates/pages/offline_tmpl.coffee b/assets/javascripts/templates/pages/offline_tmpl.coffee index d457b93b..c6eeb502 100644 --- a/assets/javascripts/templates/pages/offline_tmpl.coffee +++ b/assets/javascripts/templates/pages/offline_tmpl.coffee @@ -33,7 +33,7 @@ app.templates.offlinePage = (docs) -> """
I found a bug, where do I report it?
In the issue tracker. Thanks!
How do I uninstall/reset the app? -
Click here. +
Click here.
Why aren't all documentations listed above?
You have to enable them first.