File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
WooCommerce/Classes/POS/TabBar Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 " ,
You can’t perform that action at this time.
0 commit comments