mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update localization
This commit is contained in:
@@ -347,9 +347,8 @@ public final class ChatMessageItemImpl: ChatMessageItem, CustomStringConvertible
|
||||
headerDisplayPeer = ChatMessageDateHeader.HeaderData(contents: .thread(id: threadId, info: threadInfo))
|
||||
} else if content.firstMessage.threadId == EngineMessage.newTopicThreadId {
|
||||
headerSeparableThreadId = content.firstMessage.threadId
|
||||
//TODO:localize
|
||||
headerDisplayPeer = ChatMessageDateHeader.HeaderData(contents: .thread(id: threadId, info: Message.AssociatedThreadInfo(
|
||||
title: "New Chat",
|
||||
title: presentationData.strings.Chat_MessageHeaderBotNewThread,
|
||||
icon: nil,
|
||||
iconColor: 0,
|
||||
isClosed: false
|
||||
|
||||
Reference in New Issue
Block a user