diff --git a/lib/scripts/helpers.js b/lib/scripts/helpers.js
index fdac13b71a232701e7536d5ff270c69fb724f9c0..677abbad71cfad8d6f5515732fd6cb3637afb441 100644
--- a/lib/scripts/helpers.js
+++ b/lib/scripts/helpers.js
@@ -79,7 +79,7 @@ function logError(e, file) {
     if (window.console && console.error) {
         console.error('The error "%s: %s" occurred in file "%s". ' +
             'If this is in a plugin try updating or disabling the plugin, ' +
-            'if this is in a template try updating the template or switching to the "default" or "dokuwiki" template.',
+            'if this is in a template try updating the template or switching to the "dokuwiki" template.',
             e.name, e.message, file);
     }
-}
\ No newline at end of file
+}