Update apps/tvremote/app.js

Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>
pull/3548/head
Guptilious 2024-09-12 10:05:40 +01:00 committed by GitHub
parent ca004b2700
commit beaa23da2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ Bangle.loadWidgets();
Bangle.drawWidgets();
if (serverData === undefined) {
E.showAlert(`${serverDataFile}.json missing.\nSee READ.me`, "Config Error").then(function() {
E.showAlert(`No settings.\nSee READ.me`, "Config Error").then(function() {
mainMenu();
});
} else {