From bee661ebcbde25ea109fb24f4bab79320370b975 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 20 Oct 2022 15:57:57 +0400 Subject: [PATCH] Fix text --- submodules/TelegramUI/Sources/ChatEmptyNode.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/submodules/TelegramUI/Sources/ChatEmptyNode.swift b/submodules/TelegramUI/Sources/ChatEmptyNode.swift index f0eef848c2..8976820818 100644 --- a/submodules/TelegramUI/Sources/ChatEmptyNode.swift +++ b/submodules/TelegramUI/Sources/ChatEmptyNode.swift @@ -819,9 +819,10 @@ final class ChatEmptyNodeTopicChatContent: ASDisplayNode, ChatEmptyNodeContent, self.currentTheme = interfaceState.theme self.currentStrings = interfaceState.strings + //TODO:localize self.titleNode.attributedText = NSAttributedString(string: "Almost done!", font: titleFont, textColor: serviceColor.primaryText) - self.textNode.attributedText = NSAttributedString(string: "Send first message to\nstart this topic.", font: messageFont, textColor: serviceColor.primaryText) + self.textNode.attributedText = NSAttributedString(string: "Send the first message to\nstart this topic.", font: messageFont, textColor: serviceColor.primaryText) } let inset: CGFloat