Fix a phrase in voice chat settings.

This commit is contained in:
John Preston 2021-09-03 17:44:42 +03:00
parent b2364140e9
commit 16c9031f88

View file

@ -620,7 +620,9 @@ void SettingsBox(
if (peer->canManageGroupCall()) {
AddButton(
layout,
tr::lng_group_call_end(),
(peer->isBroadcast()
? tr::lng_group_call_end_channel()
: tr::lng_group_call_end()),
st::groupCallSettingsAttentionButton
)->addClickHandler([=] {
if (const auto call = weakCall.get()) {