From 77a4b01811f61335b0fae746adf472f2670f0b59 Mon Sep 17 00:00:00 2001 From: issuedat <165281975+issuedat@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:35:20 +0100 Subject: [PATCH] chore: update captcha not enabled error message (#1774) --- docs/errors/sign-up.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errors/sign-up.mdx b/docs/errors/sign-up.mdx index 3c1fa0b59f..9a8b20c28a 100644 --- a/docs/errors/sign-up.mdx +++ b/docs/errors/sign-up.mdx @@ -41,7 +41,7 @@ An index of Clerk errors related to sign-up. ```json { "shortMessage": "CAPTCHA not enabled", - "longMessage": "Bot detection can be applied only for production instances which have enabled CAPTCHA.", + "longMessage": "Bot detection can be applied only for instances which have enabled CAPTCHA.", "code": "captcha_not_enabled" } ```