From 74d0f76d8a0aeb4b37375b97a9e3c5b480aae538 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 9 Nov 2014 22:45:48 -0500 Subject: [PATCH] Tweak error message --- assets/javascripts/templates/notif_tmpl.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/templates/notif_tmpl.coffee b/assets/javascripts/templates/notif_tmpl.coffee index 9f19fb7c..34fa3fe7 100644 --- a/assets/javascripts/templates/notif_tmpl.coffee +++ b/assets/javascripts/templates/notif_tmpl.coffee @@ -13,7 +13,7 @@ app.templates.notifError = -> textNotif """ Oops, an error occured. """, """ Try reloading, and if the problem persists, resetting the app.
- I track these errors automatically but feel free to contact me. """ + You can also report this issue on GitHub. """ app.templates.notifInvalidLocation = -> textNotif """ DevDocs must be loaded from #{app.config.production_host} """,