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 @@ -258,9 +258,9 @@ fileprivate enum BookingListViewLocalization {
258258 comment: " Error message when fetching bookings fails "
259259 )
260260 static let emptySearchText = NSLocalizedString (
261- " bookingList.emptySearchText " ,
262- value: " We couldn't find any bookings with that name — try adjusting your search term to see more results. " ,
263- comment: " Message displayed when searching bookings by keyword yields no results. "
261+ " bookingList.emptySearchText.noDash " ,
262+ value: " We couldn't find any bookings with that name. Try adjusting your search term to see more results. " ,
263+ comment: " Message displayed when searching bookings by keyword yields no results. Version without a dash. "
264264 )
265265 static let clearFilters = NSLocalizedString (
266266 " bookingList.clearFilters " ,
You can’t perform that action at this time.
0 commit comments