summaryrefslogtreecommitdiff
path: root/src/inverter_bot.py
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-08-31 23:35:57 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-08-31 23:35:57 +0300
commit06ca251b94e06b8fe58437704a7ada716d3056b0 (patch)
tree0b970b14c38f1ddab3a12389f98ee792c1b9e175 /src/inverter_bot.py
parent5015a473032806718eeaa601c3099a93d5bfff73 (diff)
ac label fix
Diffstat (limited to 'src/inverter_bot.py')
-rwxr-xr-xsrc/inverter_bot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inverter_bot.py b/src/inverter_bot.py
index 447eeb1..b8a01c4 100755
--- a/src/inverter_bot.py
+++ b/src/inverter_bot.py
@@ -444,7 +444,7 @@ class InverterBot(Wrapper):
error_message='<b>Ошибка:</b> %s.',
# other notifications
- ac_mode_changed_notification='Пользователь <a href="tg://user?id=%d">%s</a> установил режим A/C: <b>%s</b>.',
+ ac_mode_changed_notification='Пользователь <a href="tg://user?id=%d">%s</a> установил режим AC: <b>%s</b>.',
bat_state_normal='Нормальный',
bat_state_low='Низкий',
@@ -507,7 +507,7 @@ class InverterBot(Wrapper):
error_message='<b>Error:</b> %s.',
# other notifications
- ac_mode_changed_notification='User <a href="tg://user?id=%d">%s</a> set A/C mode to <b>%s</b>.',
+ ac_mode_changed_notification='User <a href="tg://user?id=%d">%s</a> set AC mode to <b>%s</b>.',
bat_state_normal='Normal',
bat_state_low='Low',