Skip to content

Commit 7edc30b

Browse files
committed
Revert string changes.
1 parent f595473 commit 7edc30b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

WooCommerce/Classes/POS/Presentation/CardReaderConnection/CardReaderConnectionStatusView.swift

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)