Skip to content

Commit 481014b

Browse files
authored
[Woo POS][Barcodes] Mention set up barcodes in HID scanner instruction (#15869)
2 parents 692cf08 + bab5c85 commit 481014b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleBarcodeScannerInformationModal.swift

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ 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 " +
87+
"requires scanning a special barcode in the manual.",
8788
comment: "Secondary bullet point in the barcode info modal in POS, instructing to set scanner to HID mode"
8889
)
8990
static let barcodeInfoTertiaryMessage = NSLocalizedString(
@@ -110,8 +111,9 @@ private extension PointOfSaleBarcodeScannerInformationModal {
110111
comment: "Accessible version of primary bullet point in barcode info modal, without bullet character for screen readers"
111112
)
112113
static let barcodeInfoSecondaryMessageAccessible = NSLocalizedString(
113-
"pos.barcodeInfoModal.secondaryMessage.accessible",
114-
value: "Second: Refer to your Bluetooth barcode scanner's instructions to set H-I-D mode.",
114+
"pos.barcodeInfoModal.secondaryMessage.accessible.2",
115+
value: "Second: Refer to your Bluetooth barcode scanner's instructions to set H-I-D mode. This usually " +
116+
"requires scanning a special barcode in the manual.",
115117
comment: "Accessible version of secondary bullet point in barcode info modal, without bullet character for screen readers"
116118
)
117119
static let barcodeInfoTertiaryMessageAccessible = NSLocalizedString(

0 commit comments

Comments
 (0)