Skip to content

Commit c88c80a

Browse files
committed
Better text.
1 parent 1979d79 commit c88c80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/InAppPurchases/InAppPurchasesDebugView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct InAppPurchasesDebugView: View {
3737
}
3838
}
3939
} else {
40-
Text("Couldn't retrieve site id to purchase product. " +
40+
Text("No valid site id could be retrieved to purchase product. " +
4141
"Please set your Int64 test site id to the Xcode environment variable with name \(Constants.siteIdEnvironmentVariableName).")
4242
.foregroundColor(.red)
4343
}

0 commit comments

Comments
 (0)