mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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()) {
|
if (peer->canManageGroupCall()) {
|
||||||
AddButton(
|
AddButton(
|
||||||
layout,
|
layout,
|
||||||
tr::lng_group_call_end(),
|
(peer->isBroadcast()
|
||||||
|
? tr::lng_group_call_end_channel()
|
||||||
|
: tr::lng_group_call_end()),
|
||||||
st::groupCallSettingsAttentionButton
|
st::groupCallSettingsAttentionButton
|
||||||
)->addClickHandler([=] {
|
)->addClickHandler([=] {
|
||||||
if (const auto call = weakCall.get()) {
|
if (const auto call = weakCall.get()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue