Skip to content

Commit 6cf61ab

Browse files
committed
Mention set up barcodes in HID scanner instruction
1 parent 692cf08 commit 6cf61ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleBarcodeScannerInformationModal.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ private extension PointOfSaleBarcodeScannerInformationModal {
8282
comment: "Accessible version of more details link in barcode info modal, announcing it as a link for screen readers"
8383
)
8484
static let barcodeInfoSecondaryMessage = NSLocalizedString(
85-
"pos.barcodeInfoModal.secondaryMessage",
86-
value: "• Refer to your Bluetooth barcode scanner's instructions to set HID mode.",
85+
"pos.barcodeInfoModal.secondaryMessage.2",
86+
value: "• Refer to your Bluetooth barcode scanner's instructions to set HID mode. This usually requires scanning a special barcode in the manual.",
8787
comment: "Secondary bullet point in the barcode info modal in POS, instructing to set scanner to HID mode"
8888
)
8989
static let barcodeInfoTertiaryMessage = NSLocalizedString(
@@ -111,7 +111,7 @@ private extension PointOfSaleBarcodeScannerInformationModal {
111111
)
112112
static let barcodeInfoSecondaryMessageAccessible = NSLocalizedString(
113113
"pos.barcodeInfoModal.secondaryMessage.accessible",
114-
value: "Second: Refer to your Bluetooth barcode scanner's instructions to set H-I-D mode.",
114+
value: "Second: Refer to your Bluetooth barcode scanner's instructions to set H-I-D mode. This usually requires scanning a special barcode in the manual.",
115115
comment: "Accessible version of secondary bullet point in barcode info modal, without bullet character for screen readers"
116116
)
117117
static let barcodeInfoTertiaryMessageAccessible = NSLocalizedString(

0 commit comments

Comments
 (0)