mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Removed uppercase from phrase in calls top bar.
This commit is contained in:
parent
fa773c3024
commit
b017cc07ce
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ TopBar::TopBar(
|
|||
? object_ptr<Ui::LabelSimple>(
|
||||
this,
|
||||
st::callBarLabel,
|
||||
tr::lng_call_bar_hangup(tr::now).toUpper())
|
||||
tr::lng_call_bar_hangup(tr::now))
|
||||
: object_ptr<Ui::LabelSimple>(nullptr))
|
||||
, _mute(this, st::callBarMuteToggle)
|
||||
, _info(this)
|
||||
|
|
Loading…
Add table
Reference in a new issue