Use new buttons and phrases.

This commit is contained in:
John Preston
2020-11-30 15:38:00 +03:00
parent a2191a293e
commit 2f7a4730a4
2 changed files with 3 additions and 3 deletions
@@ -389,8 +389,8 @@ void GroupPanel::initWithCall(GroupCall *call) {
: mute == MuteState::ForceMuted
? tr::lng_group_call_force_muted(tr::now)
: mute != MuteState::Active
? tr::lng_call_unmute_audio(tr::now)
: tr::lng_call_mute_audio(tr::now)),
? tr::lng_group_call_unmute(tr::now)
: tr::lng_group_call_you_are_live(tr::now)),
.type = (connecting
? Ui::CallMuteButtonType::Connecting
: mute == MuteState::ForceMuted