mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update localization
This commit is contained in:
@@ -267,10 +267,9 @@ private enum PrivacyAndSecurityEntry: ItemListNodeEntry {
|
||||
case let .secretChatLinkPreviewsInfo(_, text):
|
||||
return ItemListTextItem(presentationData: presentationData, text: .plain(text), sectionId: self.section)
|
||||
case .botList:
|
||||
//TODO:localize
|
||||
return ItemListDisclosureItem(
|
||||
presentationData: presentationData,
|
||||
title: "Bot Settings",
|
||||
title: presentationData.strings.Settings_BotListSettings,
|
||||
label: "",
|
||||
sectionId: self.section,
|
||||
style: .blocks,
|
||||
|
||||
Reference in New Issue
Block a user