Skip to content

Commit 0c8c720

Browse files
committed
Update CTA copy in POS feature disabled case based on the latest design.
1 parent 5fd2b5b commit 0c8c720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/POS/TabBar/POSIneligibleView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ private extension POSIneligibleReason {
195195
switch self {
196196
case .featureSwitchDisabled:
197197
return NSLocalizedString(
198-
"pos.ineligible.enable.pos.feature.and.refresh.button.title",
199-
value: "Enable POS & Retry",
198+
"pos.ineligible.enable.pos.feature.and.refresh.button.title.1",
199+
value: "Enable POS feature",
200200
comment: "Button title to enable the POS feature switch and refresh POS eligibility check"
201201
)
202202
case .unsupportedIOSVersion,

0 commit comments

Comments
 (0)