From b05fa94420709190687cad69cefd199950b13963 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:42:17 +0000 Subject: [PATCH] autogen(docs): generate cli docs --- docs/kratos/concepts/messages.json | 4 ++-- docs/kratos/concepts/ui-messages.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/kratos/concepts/messages.json b/docs/kratos/concepts/messages.json index 1d0e79e54..26383a112 100755 --- a/docs/kratos/concepts/messages.json +++ b/docs/kratos/concepts/messages.json @@ -70,7 +70,7 @@ }, { "id": 1010014, - "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.", + "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.", "type": "info" }, { @@ -155,7 +155,7 @@ }, { "id": 1040005, - "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.", + "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.", "type": "info" }, { diff --git a/docs/kratos/concepts/ui-messages.md b/docs/kratos/concepts/ui-messages.md index 4c06c4023..43a42b4f4 100644 --- a/docs/kratos/concepts/ui-messages.md +++ b/docs/kratos/concepts/ui-messages.md @@ -134,12 +134,12 @@ } ``` -###### 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) +###### 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) ```json { "id": 1010014, - "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.", + "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.", "type": "info" } ``` @@ -284,12 +284,12 @@ } ``` -###### 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) +###### 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) ```json { "id": 1040005, - "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.", + "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.", "type": "info" } ```