Skip to content

Commit 7b43959

Browse files
committed
PointOfSaleBarcodeScannerInformationModal linter fixes
1 parent 0c8282c commit 7b43959

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
@@ -41,7 +41,7 @@ struct PointOfSaleBarcodeScannerInformationModal: View {
4141
secondary.append(moreDetails)
4242
return secondary
4343
}
44-
44+
4545
private var bulletPointWithLinkAccessibilityLabel: String {
4646
return Localization.barcodeInfoPrimaryMessageAccessible + " " + Localization.barcodeInfoMoreDetailsLink
4747
}
@@ -94,15 +94,15 @@ private extension PointOfSaleBarcodeScannerInformationModal {
9494
"Tap on the keyboard icon to show it again.",
9595
comment: "Quinary message in the barcode info modal in POS, explaining scanner keyboard emulation and how to show software keyboard again"
9696
)
97-
97+
9898
// Accessibility-friendly versions without bullet points
9999
static let barcodeInfoPrimaryMessageAccessible = NSLocalizedString(
100100
"pos.barcodeInfoModal.primaryMessage.accessible",
101101
value: "First: Set up barcodes in the \"GTIN, UPC, EAN, ISBN\" field in Products > Product Details > Inventory.",
102102
comment: "Accessible version of primary bullet point in barcode info modal, without bullet character for screen readers"
103103
)
104104
static let barcodeInfoSecondaryMessageAccessible = NSLocalizedString(
105-
"pos.barcodeInfoModal.secondaryMessage.accessible",
105+
"pos.barcodeInfoModal.secondaryMessage.accessible",
106106
value: "Second: Refer to your Bluetooth barcode scanner's instructions to set HID mode.",
107107
comment: "Accessible version of secondary bullet point in barcode info modal, without bullet character for screen readers"
108108
)

0 commit comments

Comments
 (0)