mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-31 09:35:13 +01:00
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)
|
||||
button.setImage(UIImage(systemName: "xmark.circle.fill"), for: .normal)
|
||||
button.tintColor = Asset.Colors.Label.secondary.color
|
||||
button.accessibilityLabel = L10n.Scene.Search.Searching.clear
|
||||
|
||||
return button
|
||||
}()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user