Removed uppercase from phrase in calls top bar.
This commit is contained in:
parent
fa773c3024
commit
b017cc07ce
|
@ -267,7 +267,7 @@ TopBar::TopBar(
|
||||||
? object_ptr<Ui::LabelSimple>(
|
? object_ptr<Ui::LabelSimple>(
|
||||||
this,
|
this,
|
||||||
st::callBarLabel,
|
st::callBarLabel,
|
||||||
tr::lng_call_bar_hangup(tr::now).toUpper())
|
tr::lng_call_bar_hangup(tr::now))
|
||||||
: object_ptr<Ui::LabelSimple>(nullptr))
|
: object_ptr<Ui::LabelSimple>(nullptr))
|
||||||
, _mute(this, st::callBarMuteToggle)
|
, _mute(this, st::callBarMuteToggle)
|
||||||
, _info(this)
|
, _info(this)
|
||||||
|
|
Loading…
Reference in New Issue