Folder improvements

This commit is contained in:
Ali
2023-04-05 21:19:31 +04:00
parent a1f78b5833
commit a4ff23c31a
10 changed files with 138 additions and 33 deletions

View File

@@ -523,7 +523,7 @@ public func folderInviteLinkListController(context: AccountContext, updatedPrese
}
if isGroup {
if isPrivate {
text = "You don't have the admin rights to share invite links to this private group chat."
text = "You don't have the admin rights to share invite links to this private group."
} else {
text = "You don't have the admin rights to share invite links to this group chat."
}