@@ -111,7 +111,7 @@ class PointOfSaleBarcodeScannerSetupFlow {
111111 . setupBarcodeHID: PointOfSaleBarcodeScannerSetupStep (
112112 content: {
113113 PointOfSaleBarcodeScannerBarcodeView (
114- title: String ( format: Localization . starSetUpBarcodeStepTitleFormat , scannerType. name) ,
114+ title: String ( format: Localization . scannerSetUpBarcodeStepTitleFormat , scannerType. name) ,
115115 instruction: Localization . setUpBarcodeHIDStepInstruction,
116116 barcode: . starBsh20SetupBarcode)
117117 } ,
@@ -139,7 +139,7 @@ class PointOfSaleBarcodeScannerSetupFlow {
139139 . setupBarcodeHID: PointOfSaleBarcodeScannerSetupStep (
140140 content: {
141141 PointOfSaleBarcodeScannerBarcodeView (
142- title: Localization . starSetUpBarcodeStepTitleFormat ,
142+ title: Localization . scannerSetUpBarcodeStepTitleFormat ,
143143 instruction: Localization . setUpBarcodeHIDStepInstruction,
144144 barcode: . tera12002DHIDBarcode)
145145 } ,
@@ -150,7 +150,7 @@ class PointOfSaleBarcodeScannerSetupFlow {
150150 . setupBarcodePair: PointOfSaleBarcodeScannerSetupStep (
151151 content: {
152152 PointOfSaleBarcodeScannerBarcodeView (
153- title: Localization . starSetUpBarcodeStepTitleFormat ,
153+ title: Localization . scannerSetUpBarcodeStepTitleFormat ,
154154 instruction: Localization . setUpBarcodePairStepInstruction,
155155 barcode: . tera12002DPairBarcode)
156156 } ,
@@ -398,7 +398,7 @@ private extension PointOfSaleBarcodeScannerSetupFlow {
398398 comment: " Title for the back button in barcode scanner setup navigation "
399399 )
400400 //TODO: WOOMOB-792
401- static let starSetUpBarcodeStepTitleFormat = " Scanner Setup "
401+ static let scannerSetUpBarcodeStepTitleFormat = " Scanner Setup "
402402 static let setUpBarcodeHIDStepInstruction = " Scan the Bluetooth HID symbol. "
403403 static let setUpBarcodePairStepInstruction = " Scan the Pair symbol to get the scanner ready for pairing. "
404404 }
0 commit comments