Use connection lost nomenclature

This commit is contained in:
atse 2024-07-03 17:14:17 +08:00
parent 760c1461e9
commit e8930a4b7e

View File

@ -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()