Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8673c81

Browse files
keharpermeker12
andauthored
Update src/guides/v2.4/graphql/mutations/update-customer.md
Co-authored-by: Margaret Eker <meker@adobe.com>
1 parent cd73515 commit 8673c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/graphql/mutations/update-customer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Error | Description
7272
`"input" value should be specified` | The `input` argument is empty.
7373
`"Email" is not a valid email address.` | The value provided in the `input`.`email` argument has an invalid format.
7474
`Provide the current "password" to change "email".` | To change an email address, specify the correct customer password in the `password` argument.
75-
`A customer with the same email address already exists in an associated website.` | You cannot set a new email to a current customer, because another user has the same email address.
75+
`A customer with the same email address already exists in an associated website.` | You cannot apply a new email address to a current customer because another user has the same email address.
7676
`Invalid login or password.` | The value specified in the `password` argument is incorrect.
7777
`The current customer isn't authorized.` | The current customer is not currently logged in, or the customer's token does not exist in the `oauth_token` table.
7878

0 commit comments

Comments
 (0)