mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update localization
This commit is contained in:
parent
67832397fa
commit
8103b08ec0
4 changed files with 9 additions and 6 deletions
|
|
@ -468,7 +468,6 @@ open class TelegramBaseController: ViewController, KeyShortcutResponder {
|
|||
if groupCallPanelData.info.scheduleTimestamp != nil && !groupCallPanelData.info.subscribedToScheduled {
|
||||
let _ = self.context.engine.calls.toggleScheduledGroupCallSubscription(peerId: groupCallPanelData.peerId, callId: groupCallPanelData.info.id, accessHash: groupCallPanelData.info.accessHash, subscribe: true).startStandalone()
|
||||
|
||||
//TODO:localize
|
||||
let controller = UndoOverlayController(
|
||||
presentationData: presentationData,
|
||||
content: .universal(
|
||||
|
|
@ -482,7 +481,7 @@ open class TelegramBaseController: ViewController, KeyShortcutResponder {
|
|||
"Line.Group 1.Stroke 1": UIColor.white
|
||||
],
|
||||
title: nil,
|
||||
text: "You will be notified when the liver stream starts.",
|
||||
text: presentationData.strings.Chat_ToastSubscribedToScheduledLiveStream_Text,
|
||||
customUndoText: nil,
|
||||
timeout: nil
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue