We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470c93f commit 7970c98Copy full SHA for 7970c98
WWCS/irrigation/telegramBot/bot.py
@@ -639,7 +639,7 @@ async def handle_water_level(message):
639
640
msg = _(
641
"Thank you. 💦 At this level {water_level} cm, the recommended irrigation duration is ⏱ {hours}h {minutes}m\n"
642
- "Whenever the water level changes by more than 2cm, enter the new water level.\n"
+ "Whenever the water level changes by more than 2cm, press 'Start irrigation' one more time and enter the new water level.\n"
643
"Enter 0 if no water flows. Press 'Irrigation finished' when you stop.\n"
644
"📊 Used: {used_m3:.2f} m³ of {total_m3:.2f} m³"
645
).format(
0 commit comments