From c6f665dd924dfa715fc19140c26d25eddcef9841 Mon Sep 17 00:00:00 2001
From: Michael Hamann <michael@content-space.de>
Date: Tue, 30 Jul 2013 17:50:17 +0200
Subject: [PATCH] Don't recommend the deprecated default template for JS
 debugging

---
 lib/scripts/helpers.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/scripts/helpers.js b/lib/scripts/helpers.js
index fdac13b71..677abbad7 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
+}
-- 
GitLab