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 6f554a8 commit 82b5a7bCopy full SHA for 82b5a7b
WooCommerce/Classes/Bookings/BookingFilters/CustomerListSyncable.swift
@@ -118,11 +118,6 @@ private extension CustomerListSyncable {
118
value: "Search customer",
119
comment: "Prompt in the search bar of the booking customer selector view"
120
)
121
- static let emptySearchTitle = NSLocalizedString(
122
- "bookingCustomerSelectorView.emptySearchTitle",
123
- value: "Search customer",
124
- comment: "Prompt in the search bar of the booking customer selector view"
125
- )
126
static let emptySearchDescription = NSLocalizedString(
127
"bookingCustomerSelectorView.emptySearchDescription",
128
value: "Try adjusting your search term to see more results",
0 commit comments