diff --git a/apps/widbt/widget.js b/apps/widbt/widget.js index 6fa7f3b7a..5d752b575 100644 --- a/apps/widbt/widget.js +++ b/apps/widbt/widget.js @@ -19,7 +19,7 @@ WIDGETS.bluetooth = { if(WIDGETS.bluetooth.warningEnabled == 1){ Bangle.buzz(700, 1); // buzz on connection loss - E.showMessage(/*LANG*/'Connection\nlost.', 'Bluetooth'); + E.showMessage(/*LANG*/"Connection\nlost.","Bluetooth"); setInterval(()=>{load();}, 3000); // clear message WIDGETS.bluetooth.warningEnabled = 0;