Skip to content

Commit 1ff86b1

Browse files
authored
[POS - Empty copies] Remove em dashes after feedback and update copy. (#16371)
2 parents dd2f59c + 80013e7 commit 1ff86b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Modules/Sources/PointOfSale/Presentation/Orders/POSOrderListEmptyViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ private enum Localization {
5151
)
5252

5353
static let emptyOrdersSearchSubtitle = NSLocalizedString(
54-
"pos.orderListView.emptyOrdersSearchSubtitle",
55-
value: "We couldn't find any orders matching your search.",
54+
"pos.orderListView.emptyOrdersSearchSubtitle.1",
55+
value: "We couldn't find any orders with that name.",
5656
comment: "Subtitle appearing when order search returns no results."
5757
)
5858

Modules/Sources/PointOfSale/Presentation/Reusable Views/POSListEmptyView.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ struct POSListEmptyViewModel: POSListEmptyViewModelProtocol {
197197
comment: "Text appearing on screen when a POS product search returns no results."
198198
)
199199
static let emptyProductsSearchSubtitle = NSLocalizedString(
200-
"pos.pointOfSaleItemListEmptyView.emptyProductsSearchSubtitle.2",
201-
value: "We couldn't find any matching products — try adjusting your search term.",
200+
"pos.pointOfSaleItemListEmptyView.emptyProductsSearchSubtitle.3",
201+
value: "We couldn't find any matching products. Try adjusting your search term.",
202202
comment: "Subtitle text suggesting to modify search terms when no products are found in the POS product search."
203203
)
204204
static let emptyProductsSearchHint = NSLocalizedString(
@@ -237,8 +237,8 @@ struct POSListEmptyViewModel: POSListEmptyViewModelProtocol {
237237
comment: "Text for the button appearing on the coupons list screen when there's no coupons found."
238238
)
239239
static let emptyCouponSearchSubtitle = NSLocalizedString(
240-
"pos.pointOfSaleItemListEmptyView.emptyCouponSearchSubtitle.2",
241-
value: "We couldn’t find any coupons with that name — try adjusting your search term.",
240+
"pos.pointOfSaleItemListEmptyView.emptyCouponSearchSubtitle.3",
241+
value: "We couldn’t find any coupons with that name. Try adjusting your search term.",
242242
comment: "Text appearing on the coupons list screen as subtitle when there's no coupons found."
243243
)
244244
static let emptyProductsButtonTitle = NSLocalizedString(

0 commit comments

Comments
 (0)