From b017cc07cec56da8d9e7b18dafbb19e2a0bf63a9 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Wed, 10 Jan 2024 23:41:01 +0300 Subject: [PATCH] Removed uppercase from phrase in calls top bar. --- Telegram/SourceFiles/calls/calls_top_bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/calls/calls_top_bar.cpp b/Telegram/SourceFiles/calls/calls_top_bar.cpp index 17f0008e8a..6a33145785 100644 --- a/Telegram/SourceFiles/calls/calls_top_bar.cpp +++ b/Telegram/SourceFiles/calls/calls_top_bar.cpp @@ -267,7 +267,7 @@ TopBar::TopBar( ? object_ptr( this, st::callBarLabel, - tr::lng_call_bar_hangup(tr::now).toUpper()) + tr::lng_call_bar_hangup(tr::now)) : object_ptr(nullptr)) , _mute(this, st::callBarMuteToggle) , _info(this)