summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-10-19 05:08:42 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-10-19 05:08:42 +0300
commit4a999bbeb579f3a812fd3a7faa622b83b692d40b (patch)
treecb55677da4aa9c0355465f152795998126842dff
parent809b1eacf8700d7527ce59bc40c0cf8071fcbe7c (diff)
typo fix
-rwxr-xr-xsrc/inverter_bot.py2
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>.',