mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Update localization
This commit is contained in:
@@ -1250,8 +1250,7 @@ public final class ChatSideTopicsPanel: Component {
|
||||
|
||||
let titleText: String
|
||||
if case .botForum = component.kind {
|
||||
//TODO:localize
|
||||
titleText = "New Chat"
|
||||
titleText = component.strings.Chat_InlineTopicMenu_NewForumThreadTab
|
||||
} else {
|
||||
titleText = component.strings.Chat_InlineTopicMenu_AllTab
|
||||
}
|
||||
@@ -1388,8 +1387,7 @@ public final class ChatSideTopicsPanel: Component {
|
||||
|
||||
let titleText: String
|
||||
if case .botForum = component.kind {
|
||||
//TODO:localize
|
||||
titleText = "New Chat"
|
||||
titleText = component.strings.Chat_InlineTopicMenu_NewForumThreadTab
|
||||
} else {
|
||||
titleText = component.strings.Chat_InlineTopicMenu_AllTab
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user