Update label for X button next to Recent searches from “close” to “clear”
This commit is contained in:
parent
3b4d782325
commit
e6a9a14361
|
@ -33,6 +33,8 @@ final class SearchHistorySectionHeaderCollectionReusableView: UICollectionReusab
|
||||||
let button = UIButton(type: .system)
|
let button = UIButton(type: .system)
|
||||||
button.setImage(UIImage(systemName: "xmark.circle.fill"), for: .normal)
|
button.setImage(UIImage(systemName: "xmark.circle.fill"), for: .normal)
|
||||||
button.tintColor = Asset.Colors.Label.secondary.color
|
button.tintColor = Asset.Colors.Label.secondary.color
|
||||||
|
button.accessibilityLabel = L10n.Scene.Search.Searching.clear
|
||||||
|
|
||||||
return button
|
return button
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue