diff --git a/Telegram/SourceFiles/ui/chat/group_call_bar.cpp b/Telegram/SourceFiles/ui/chat/group_call_bar.cpp index e8de32b97e..72da22c02a 100644 --- a/Telegram/SourceFiles/ui/chat/group_call_bar.cpp +++ b/Telegram/SourceFiles/ui/chat/group_call_bar.cpp @@ -68,7 +68,7 @@ void GroupCallScheduledLeft::update() { _late = late; constexpr auto kDay = 24 * 60 * 60; if (left >= kDay) { - const auto days = ((left / kDay) + 1); + const auto days = (left / kDay); _textNonNegative = tr::lng_group_call_duration_days( tr::now, lt_count,