Update searchbar placeholder

This commit is contained in:
ismailgulek
2020-09-09 15:05:06 +03:00
parent 408f98dab2
commit 24d1cb7736
3 changed files with 6 additions and 1 deletions
@@ -54,7 +54,7 @@ final class SearchableDirectoryViewController: MXKViewController {
let bar = UISearchBar(frame: CGRect(origin: .zero, size: CGSize(width: 600, height: 44)))
bar.autoresizingMask = .flexibleWidth
bar.showsCancelButton = false
bar.placeholder = VectorL10n.searchDefaultPlaceholder
bar.placeholder = VectorL10n.searchableDirectorySearchPlaceholder
bar.setBackgroundImage(UIImage.vc_image(from: .clear), for: .any, barMetrics: .default)
bar.delegate = self
return bar