From e74cab774dbc93d2fda0b994d6f2b5488e1bb5d8 Mon Sep 17 00:00:00 2001 From: Ars5njo Date: Sun, 29 Sep 2024 00:29:04 +0300 Subject: [PATCH] feat: show h/day h/week --- src/bot/routers/booking/create_booking_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/routers/booking/create_booking_routes.py b/src/bot/routers/booking/create_booking_routes.py index 9734541..89a46b3 100644 --- a/src/bot/routers/booking/create_booking_routes.py +++ b/src/bot/routers/booking/create_booking_routes.py @@ -130,7 +130,7 @@ async def getter_for_time_selection(dialog_manager: DialogManager, event_from_us time_selection = Window( Format( - "Please select a time slot for {dialog_data[selected_date]}." + " \u200D" * 53 + "\n" + "Please select a time slot for {dialog_data[selected_date]}." + " \u200d" * 53 + "\n" "You have {remaining_daily_hours_hours:0.0f}h {remaining_daily_hours_minutes:0.0f}m free.\n" "Your status is {status_of_user} ({hours_per_day}h/day, {hours_per_week}h/week).\n" "🟢 - booked by you\n"