Skip to content

Commit

Permalink
feat: show h/day h/week
Browse files Browse the repository at this point in the history
  • Loading branch information
Ars5njo committed Sep 28, 2024
1 parent 5be47b9 commit e74cab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/routers/booking/create_booking_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>{dialog_data[selected_date]}</b>." + " \u200D" * 53 + "\n"
"Please select a time slot for <b>{dialog_data[selected_date]}</b>." + " \u200d" * 53 + "\n"
"You have <b>{remaining_daily_hours_hours:0.0f}h {remaining_daily_hours_minutes:0.0f}m</b> free.\n"
"Your status is <b>{status_of_user}</b> ({hours_per_day}h/day, {hours_per_week}h/week).\n"
"🟢 - booked by you\n"
Expand Down

0 comments on commit e74cab7

Please sign in to comment.