Skip to content

Commit f29bc9a

Browse files
committed
fix lint
1 parent 6cf61ab commit f29bc9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleBarcodeScannerInformationModal.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ private extension PointOfSaleBarcodeScannerInformationModal {
8383
)
8484
static let barcodeInfoSecondaryMessage = NSLocalizedString(
8585
"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.",
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(
@@ -111,7 +112,8 @@ private extension PointOfSaleBarcodeScannerInformationModal {
111112
)
112113
static let barcodeInfoSecondaryMessageAccessible = NSLocalizedString(
113114
"pos.barcodeInfoModal.secondaryMessage.accessible",
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.",
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)