mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Fixed phrases in list of active group calls from Calls box.
This commit is contained in:
parent
be8a836528
commit
8d449f91c6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ GroupCallRow::GroupCallRow(not_null<PeerData*> peer)
|
|||
: PeerListRow(peer)
|
||||
, _st(st::callGroupCall) {
|
||||
if (const auto channel = peer->asChannel()) {
|
||||
const auto status = (channel->isMegagroup()
|
||||
const auto status = (!channel->isMegagroup()
|
||||
? (channel->isPublic()
|
||||
? tr::lng_create_public_channel_title
|
||||
: tr::lng_create_private_channel_title)
|
||||
|
|
Loading…
Add table
Reference in a new issue