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} """,