Conference updates

This commit is contained in:
Isaac
2025-04-11 14:41:49 +04:00
parent a1631b421a
commit 22b4c30774
11 changed files with 80 additions and 13 deletions

View File

@@ -494,7 +494,7 @@ public final class InviteLinkInviteController: ViewController {
}
controller.setItemGroups([
ActionSheetItemGroup(items: [
ActionSheetTextItem(title: presentationData.strings.VideoChat_RevokeLink),
ActionSheetTextItem(title: presentationData.strings.GroupCall_RevokeLinkText),
ActionSheetButtonItem(title: presentationData.strings.GroupInfo_InviteLink_RevokeLink, color: .destructive, action: { [weak self] in
dismissAction()