Update localization

This commit is contained in:
Isaac
2024-03-28 18:38:13 +04:00
parent a6ecfd96a4
commit 6dd93afd32
26 changed files with 249 additions and 247 deletions

View File

@@ -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,