diff options
-rwxr-xr-x | src/inverter_bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inverter_bot.py b/src/inverter_bot.py index c647115..cf51679 100755 --- a/src/inverter_bot.py +++ b/src/inverter_bot.py @@ -543,7 +543,7 @@ class InverterBot(Wrapper): util_chrg_evt_stopped_solar='ℹ️ Stopped charging from utilities because solar panels were connected.', util_connected='✅️ Utilities connected.', - util_disconnected='‼️ Utilities disconected.', + util_disconnected='‼️ Utilities disconnected.', # other notifications ac_mode_changed_notification='User <a href="tg://user?id=%d">%s</a> set AC mode to <b>%s</b>.', |