From 2f7a4730a4901724ccab02ca2aef683773b172ff Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 30 Nov 2020 15:38:00 +0300 Subject: [PATCH] Use new buttons and phrases. --- Telegram/SourceFiles/calls/calls_group_panel.cpp | 4 ++-- Telegram/lib_ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/SourceFiles/calls/calls_group_panel.cpp b/Telegram/SourceFiles/calls/calls_group_panel.cpp index 1e02ff2746..1a91692e78 100644 --- a/Telegram/SourceFiles/calls/calls_group_panel.cpp +++ b/Telegram/SourceFiles/calls/calls_group_panel.cpp @@ -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 diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 5897e357bf..84b3ac9b58 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 5897e357bfd6114ecede2711831b8c5e9d045fcb +Subproject commit 84b3ac9b58626f29952b8a0589e950893bfc0577