Skip to content

Commit 7948c2a

Browse files
committed
Update search bar placeholder to match Android.
1 parent ff51ed5 commit 7948c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Search/Product/ProductSearchUICommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ final class ProductSearchUICommand: SearchUICommand {
66
typealias CellViewModel = ProductsTabProductViewModel
77
typealias ResultsControllerModel = StorageProduct
88

9-
let searchBarPlaceholder = NSLocalizedString("Search all products", comment: "Products Search Placeholder")
9+
let searchBarPlaceholder = NSLocalizedString("Search products", comment: "Products Search Placeholder")
1010

1111
let searchBarAccessibilityIdentifier = "product-search-screen-search-field"
1212

0 commit comments

Comments
 (0)