Skip to content

Commit 6268bc4

Browse files
committed
Remove dash from empty state text
1 parent 0ca913c commit 6268bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/Bookings/BookingList/BookingListView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)