@@ -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