From e79a0634caad0beb20a2e3d1f2491379b404f834 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 12 Apr 2022 21:09:18 +0200 Subject: [PATCH] Fix berry message --- apps/nspanel-lovelace-ui/luibackend/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelace-ui/luibackend/updater.py b/apps/nspanel-lovelace-ui/luibackend/updater.py index 447b7f7f..9a9ffb8d 100644 --- a/apps/nspanel-lovelace-ui/luibackend/updater.py +++ b/apps/nspanel-lovelace-ui/luibackend/updater.py @@ -53,7 +53,7 @@ class Updater: return False # send notification about the update if self.mode == "auto-notify": - update_msg = "There's an update available for the Tasmota Berry driver, do you want to start the update now? If you encounter issues after the update or this message appears frequently, please check the manual and repeat the installation steps for the Tasmota Berry driver. " + update_msg = "There's an update available for the Tasmota Berry driver, do you want to start the update now? If you encounter issues after the update or this message appears frequently, please checkthe manual and repeat the installation steps for the Tasmota Berry driver. " self.send_message_page("updateBerryNoYes", "Driver Update available!", update_msg, "Dismiss", "Yes") return True return False