We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff51ed5 commit 7948c2aCopy full SHA for 7948c2a
WooCommerce/Classes/ViewRelated/Search/Product/ProductSearchUICommand.swift
@@ -6,7 +6,7 @@ final class ProductSearchUICommand: SearchUICommand {
6
typealias CellViewModel = ProductsTabProductViewModel
7
typealias ResultsControllerModel = StorageProduct
8
9
- let searchBarPlaceholder = NSLocalizedString("Search all products", comment: "Products Search Placeholder")
+ let searchBarPlaceholder = NSLocalizedString("Search products", comment: "Products Search Placeholder")
10
11
let searchBarAccessibilityIdentifier = "product-search-screen-search-field"
12
0 commit comments