Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions WooCommerce/Classes/POS/TabBar/POSIneligibleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ struct POSIneligibleView: View {
"%1$@ is a placeholder for the minimum required version.")
return String.localizedStringWithFormat(format, minimumVersion)
case .wooCommercePluginNotFound:
return NSLocalizedString("pos.ineligible.suggestion.wooCommercePluginNotFound",
value: "Install and activate the WooCommerce plugin from your WordPress admin.",
return NSLocalizedString("pos.ineligible.suggestion.wooCommercePluginNotFound.2",
value: "Please make sure the WooCommerce plugin is installed and activated from your WordPress admin. " +
"If there is still an issue, please contact support for assistance.",
comment: "Suggestion for missing WooCommerce plugin: install plugin")
case .featureSwitchDisabled:
return NSLocalizedString("pos.ineligible.suggestion.featureSwitchDisabled",
Expand Down
Loading