0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Updated error messages for member import

no refs.
- refined errors for member import post-validation
This commit is contained in:
Peter Zimon 2020-07-01 07:23:20 +02:00
parent 44c03eb0f4
commit 05f6faf846

View file

@ -369,22 +369,22 @@
"members": {
"memberNotFound": "Member not found.",
"memberAlreadyExists": {
"message": "Email address is already member.",
"message": "Duplicate email address",
"context": "Attempting to add member with existing email address."
},
"stripeNotConnected": {
"message": "Member not imported, Stripe account missing",
"message": "Missing Stripe connection",
"context": "Attempting to import members with Stripe data when there is no Stripe account connected",
"help": "Connect the correct Stripe account, and re-run the import"
"help": "You need to connect to Stripe to import Stripe customers. "
},
"stripeCustomerNotFound": {
"context": "The customer does not exist in currently linked Stripe account.",
"help": "Connect the correct Stripe account, and re-run the import."
"context": "Missing Stripe customer.",
"help": "Make sure youre connected to the correct Stripe Account."
},
"duplicateStripeCustomerIds": {
"message": "Members not imported. Members with duplicate Stripe customer ids are not allowed.",
"message": "Duplicate Stripe ID",
"context": "Attempting to import members with duplicate Stripe customer ids.",
"help": "Remove duplicate Stripe customer ids from the import file, and re-run the import."
"help": "Remove duplicate Stripe customer IDs from the CSV and re-run the import."
}
},
"tags": {