diff --git a/Telegram/SourceFiles/profile/profile_block_group_members.cpp b/Telegram/SourceFiles/profile/profile_block_group_members.cpp index 96736fb57..3780d8dd3 100644 --- a/Telegram/SourceFiles/profile/profile_block_group_members.cpp +++ b/Telegram/SourceFiles/profile/profile_block_group_members.cpp @@ -402,7 +402,7 @@ void GroupMembersWidget::setItemFlags( const auto rankIt = megagroup->mgInfo->admins.find(peerToUser(user->id)); const auto adminCanEdit = isAdmin && adminIt->second.canEdit; const auto rank = (amCreator || isCreator) - ? (megagroup->mgInfo->creatorRank.isEmpty() + ? (!megagroup->mgInfo->creatorRank.isEmpty() ? megagroup->mgInfo->creatorRank : tr::lng_owner_badge(tr::now)) : (amAdmin || isAdmin)