File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
WooCommerce/Classes/POS/Presentation/CardReaderConnection Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -138,17 +138,11 @@ private extension CardReaderConnectionStatusView {
138138 )
139139
140140 static let readerDisconnected = NSLocalizedString (
141- " pointOfSale.floatingButtons.readerNotConnected .title " ,
142- value: " Reader not connected " ,
141+ " pointOfSale.floatingButtons.readerDisconnected .title " ,
142+ value: " Connect your reader " ,
143143 comment: " The title of the floating button to indicate that reader is disconnected and prompt connect after tapping. "
144144 )
145145
146- static let connectReader = NSLocalizedString (
147- " pointOfSale.floatingButtons.connectCardReader.button.title " ,
148- value: " Connect " ,
149- comment: " The title of the menu button to connect a card reader. "
150- )
151-
152146 static let readerDisconnecting = NSLocalizedString (
153147 " pointOfSale.floatingButtons.readerDisconnecting.title " ,
154148 value: " Disconnecting " ,
You can’t perform that action at this time.
0 commit comments