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