Skip to content

Commit 12d588e

Browse files
committed
Fix reader preparation message string.
1 parent d733a4f commit 12d588e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/POS/Presentation/Card Present Payments/Reader Messages/PointOfSaleCardPresentPaymentPreparingForPaymentMessageViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ private extension PointOfSaleCardPresentPaymentPreparingForPaymentMessageViewMod
1313
comment: "Title shown on the Point of Sale checkout while the reader is being prepared."
1414
)
1515
static let message = NSLocalizedString(
16-
"pointOfSale.cardPresent.preparingForPayment.message",
17-
value: "Preparing card for payment",
16+
"pointOfSale.cardPresent.preparingReaderForPayment.message",
17+
value: "Preparing reader for payment",
1818
comment: "Message shown on the Point of Sale checkout while the reader is being prepared."
1919
)
2020
}

0 commit comments

Comments
 (0)