mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Fix a phrase in voice chat settings.
This commit is contained in:
parent
b2364140e9
commit
16c9031f88
1 changed files with 3 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue