diff --git a/docs/kratos/concepts/messages.json b/docs/kratos/concepts/messages.json index 26383a112..1d0e79e54 100755 --- a/docs/kratos/concepts/messages.json +++ b/docs/kratos/concepts/messages.json @@ -70,7 +70,7 @@ }, { "id": 1010014, - "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.", + "text": "A code has been sent to the address you provided. If you have not received an message, check the spelling of the address and retry the login.", "type": "info" }, { @@ -155,7 +155,7 @@ }, { "id": 1040005, - "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.", + "text": "A code has been sent to the address(es) you provided. If you have not received a message, check the spelling of the address and retry the registration.", "type": "info" }, { diff --git a/docs/kratos/concepts/ui-messages.md b/docs/kratos/concepts/ui-messages.md index 43a42b4f4..4c06c4023 100644 --- a/docs/kratos/concepts/ui-messages.md +++ b/docs/kratos/concepts/ui-messages.md @@ -134,12 +134,12 @@ } ``` -###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login. (1010014) +###### A code has been sent to the address you provided. If you have not received an message, check the spelling of the address and retry the login. (1010014) ```json { "id": 1010014, - "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.", + "text": "A code has been sent to the address you provided. If you have not received an message, check the spelling of the address and retry the login.", "type": "info" } ``` @@ -284,12 +284,12 @@ } ``` -###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration. (1040005) +###### A code has been sent to the address(es) you provided. If you have not received a message, check the spelling of the address and retry the registration. (1040005) ```json { "id": 1040005, - "text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.", + "text": "A code has been sent to the address(es) you provided. If you have not received a message, check the spelling of the address and retry the registration.", "type": "info" } ```