mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Removed uppercase from phrase in calls top bar.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user