From 6268bc482bd5f09c6118bac6c40e5ff17de962c5 Mon Sep 17 00:00:00 2001 From: RafaelKayumov Date: Wed, 26 Nov 2025 12:03:44 +0300 Subject: [PATCH] Remove dash from empty state text --- .../Classes/Bookings/BookingList/BookingListView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WooCommerce/Classes/Bookings/BookingList/BookingListView.swift b/WooCommerce/Classes/Bookings/BookingList/BookingListView.swift index 825186419f9..be30d991175 100644 --- a/WooCommerce/Classes/Bookings/BookingList/BookingListView.swift +++ b/WooCommerce/Classes/Bookings/BookingList/BookingListView.swift @@ -259,9 +259,9 @@ fileprivate enum BookingListViewLocalization { comment: "Error message when fetching bookings fails" ) static let emptySearchText = NSLocalizedString( - "bookingList.emptySearchText", - value: "We couldn't find any bookings with that name — try adjusting your search term to see more results.", - comment: "Message displayed when searching bookings by keyword yields no results." + "bookingList.emptySearchText.noDash", + value: "We couldn't find any bookings with that name. Try adjusting your search term to see more results.", + comment: "Message displayed when searching bookings by keyword yields no results. Version without a dash." ) static let clearFilters = NSLocalizedString( "bookingList.clearFilters",