File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
WooCommerce/Classes/Bookings/BookingList Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ fileprivate enum BookingListViewLocalization {
259259 comment: " Error message when fetching bookings fails "
260260 )
261261 static let emptySearchText = NSLocalizedString (
262- " bookingList.emptySearchText " ,
263- value: " We couldn't find any bookings with that name — try adjusting your search term to see more results. " ,
264- comment: " Message displayed when searching bookings by keyword yields no results. "
262+ " bookingList.emptySearchText.noDash " ,
263+ value: " We couldn't find any bookings with that name. Try adjusting your search term to see more results. " ,
264+ comment: " Message displayed when searching bookings by keyword yields no results. Version without a dash. "
265265 )
266266 static let clearFilters = NSLocalizedString (
267267 " bookingList.clearFilters " ,
You can’t perform that action at this time.
0 commit comments