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 1979d79 commit c88c80aCopy full SHA for c88c80a
WooCommerce/Classes/ViewRelated/InAppPurchases/InAppPurchasesDebugView.swift
@@ -37,7 +37,7 @@ struct InAppPurchasesDebugView: View {
37
}
38
39
} else {
40
- Text("Couldn't retrieve site id to purchase product. " +
+ Text("No valid site id could be retrieved to purchase product. " +
41
"Please set your Int64 test site id to the Xcode environment variable with name \(Constants.siteIdEnvironmentVariableName).")
42
.foregroundColor(.red)
43
0 commit comments