We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd2b5b commit 0c8c720Copy full SHA for 0c8c720
WooCommerce/Classes/POS/TabBar/POSIneligibleView.swift
@@ -195,8 +195,8 @@ private extension POSIneligibleReason {
195
switch self {
196
case .featureSwitchDisabled:
197
return NSLocalizedString(
198
- "pos.ineligible.enable.pos.feature.and.refresh.button.title",
199
- value: "Enable POS & Retry",
+ "pos.ineligible.enable.pos.feature.and.refresh.button.title.1",
+ value: "Enable POS feature",
200
comment: "Button title to enable the POS feature switch and refresh POS eligibility check"
201
)
202
case .unsupportedIOSVersion,
0 commit comments