diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-10-19 05:15:36 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-10-19 05:15:36 +0300 |
commit | ff14a92b339ee84277ad02ded95fe1fa0cb75c68 (patch) | |
tree | d49ecc09f6e72c0a60204ef515dcbf664da41901 /src | |
parent | 4a999bbeb579f3a812fd3a7faa622b83b692d40b (diff) |
fix typo again
Diffstat (limited to 'src')
-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 cf51679..f00e36d 100755 --- a/src/inverter_bot.py +++ b/src/inverter_bot.py @@ -472,7 +472,7 @@ class InverterBot(Wrapper): util_chrg_evt_stopped='ℹ️ Перестали заряжать от столба.', util_chrg_evt_stopped_solar='ℹ️ Перестали заряжать от столба из-за подключения панелей.', - util_connected='✅️ Столб подключен.', + util_connected='✅️ Столб подключён.', util_disconnected='‼️ Столб отключён.', # other notifications |