Skip to content

Commit d7f96c9

Browse files
authored
[POS as a tab i2] Update suggestion text when WC plugin info cannot be retrieved (#15924)
2 parents d78ef58 + 194eee6 commit d7f96c9

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)