summaryrefslogtreecommitdiff
path: root/src/polaris_kettle_bot.py
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-07-02 15:21:19 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-07-02 15:21:19 +0300
commit02607d7eb3b9248ba82c19ee0f274f210a9df10b (patch)
tree999012ffc691b62eca390e5c2d5f0b7fded5daa3 /src/polaris_kettle_bot.py
parent19cb4e484e755c45224a38479756bec48cdd6162 (diff)
polaris_kettle_bot: l10n fix
Diffstat (limited to 'src/polaris_kettle_bot.py')
-rwxr-xr-xsrc/polaris_kettle_bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polaris_kettle_bot.py b/src/polaris_kettle_bot.py
index ac9ee11..3ce9688 100755
--- a/src/polaris_kettle_bot.py
+++ b/src/polaris_kettle_bot.py
@@ -604,7 +604,7 @@ class KettleBot(Wrapper):
smth_went_wrong="😱 Something went wrong",
# /status
- not_connected="😟 No connection",
+ status_not_connected="😟 No connection",
status_on="🟢 Turned <b>ON</b>! Target: <b>%d °C</b>",
status_off="🔴 Turned <b>OFF</b>",
status_current_temp="Now: <b>%d °C</b>",