Skip to content

Commit 194eee6

Browse files
committed
Update suggestion text when WC plugin info cannot be retrieved (e.g. plugin/host altering the plugin path).
1 parent 25a2033 commit 194eee6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WooCommerce/Classes/POS/TabBar/POSIneligibleView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ struct POSIneligibleView: View {
8787
"%1$@ is a placeholder for the minimum required version.")
8888
return String.localizedStringWithFormat(format, minimumVersion)
8989
case .wooCommercePluginNotFound:
90-
return NSLocalizedString("pos.ineligible.suggestion.wooCommercePluginNotFound",
91-
value: "Install and activate the WooCommerce plugin from your WordPress admin.",
90+
return NSLocalizedString("pos.ineligible.suggestion.wooCommercePluginNotFound.2",
91+
value: "Please make sure the WooCommerce plugin is installed and activated from your WordPress admin. " +
92+
"If there is still an issue, please contact support for assistance.",
9293
comment: "Suggestion for missing WooCommerce plugin: install plugin")
9394
case .featureSwitchDisabled:
9495
return NSLocalizedString("pos.ineligible.suggestion.featureSwitchDisabled",

0 commit comments

Comments
 (0)