diff --git a/main.js b/main.js index f5e60d5e..490263f2 100755 --- a/main.js +++ b/main.js @@ -68,7 +68,7 @@ $(document).ready(function () { } if (CONFIGURATOR.connectionValidCliOnly) { - GUI.log('You need to Upgrade your firmware before you can view any of the tabs'); + GUI.log('You need to upgrade your firmware before you can view any of the tabs. Use CLI for backup before flashing!'); return; } @@ -330,4 +330,4 @@ String.prototype.format = function () { return this.replace(/\{(\d+)\}/g, function (t, i) { return args[i] !== void 0 ? args[i] : "{"+(i-args.length)+"}"; }); -}; \ No newline at end of file +};