File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
WooCommerce/Classes/POS/Presentation/Settings Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ struct PointOfSaleSettingsHardwareDetailView: View {
1212 if let cardReaderName = settingsController. connectedCardReader? . name {
1313 return cardReaderName
1414 } else {
15- return Localization . cardReaderNotSet
15+ return Localization . cardReaderNotConnected
1616 }
1717 }
1818
@@ -229,10 +229,10 @@ private extension PointOfSaleSettingsHardwareDetailView {
229229 comment: " Text displayed on Point of Sale settings pointing to the card reader battery. "
230230 )
231231
232- static let cardReaderNotSet = NSLocalizedString (
233- " pointOfSaleSettingsHardwareDetailView.cardReaderNotSet " ,
234- value: " Not set " ,
235- comment: " Text displayed on Point of Sale settings when any setting has not been provided . "
232+ static let cardReaderNotConnected = NSLocalizedString (
233+ " pointOfSaleSettingsHardwareDetailView.cardReaderNotConnected " ,
234+ value: " Reader not connected " ,
235+ comment: " Text displayed on Point of Sale settings when the card reader is not connected . "
236236 )
237237
238238 static let batteryLevelUnknown = NSLocalizedString (
You can’t perform that action at this time.
0 commit comments