From e8930a4b7e0492ac465947d18ad1e1c84aba0f72 Mon Sep 17 00:00:00 2001 From: atse Date: Wed, 3 Jul 2024 17:14:17 +0800 Subject: [PATCH] Use connection lost nomenclature --- pytec/tec_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 9ff0862..eec2ede 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -73,7 +73,7 @@ class MainWindow(QtWidgets.QMainWindow): def handle_connection_error(): logging.error("Client connection error, disconnecting") self.info_box.display_info_box( - "Connection Error", "Thermostat disconnected. Is it unplugged?" + "Connection Error", "Thermostat connection lost. Is it unplugged?" ) self.bail()