mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Folder updates
This commit is contained in:
@@ -238,6 +238,10 @@ public final class QrCodeScreen: ViewController {
|
||||
case let .invite(_, isGroup):
|
||||
title = self.presentationData.strings.InviteLink_QRCode_Title
|
||||
text = isGroup ? self.presentationData.strings.InviteLink_QRCode_Info : self.presentationData.strings.InviteLink_QRCode_InfoChannel
|
||||
case .chatFolder:
|
||||
//TODO:localize
|
||||
title = "Invite by QR Code"
|
||||
text = "Everyone on Telegram can scan this code to join your folder."
|
||||
default:
|
||||
title = ""
|
||||
text = ""
|
||||
|
||||
Reference in New Issue
Block a user