mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Localize placeholder
This commit is contained in:
parent
129e5c53c7
commit
a12b24c087
@ -132,7 +132,7 @@ private func SGControllerEntries(presentationData: PresentationData, callListSet
|
||||
|
||||
let id = SGItemListCounter()
|
||||
|
||||
entries.append(.searchInput(id: id.count, section: .search, title: NSAttributedString(string: "🔍"), text: state.searchQuery ?? "", placeholder: "Search"))
|
||||
entries.append(.searchInput(id: id.count, section: .search, title: NSAttributedString(string: "🔍"), text: state.searchQuery ?? "", placeholder: presentationData.strings.Common_Search))
|
||||
if appConfiguration.sgWebSettings.global.canEditSettings {
|
||||
entries.append(.disclosure(id: id.count, section: .content, link: .contentSettings, text: i18n("Settings.ContentSettings", lang)))
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user