From 215e5e1c4046a5ae704f750b80902835311f3654 Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Thu, 30 Oct 2025 18:23:22 -0500 Subject: [PATCH] fix(reg): clarify email in use error --- website/common/locales/en/front.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/front.json b/website/common/locales/en/front.json index 2a320f504e..949f0ee5a4 100644 --- a/website/common/locales/en/front.json +++ b/website/common/locales/en/front.json @@ -142,7 +142,7 @@ "invalidReqParams": "Invalid request parameters.", "memberIdRequired": "\"member\" must be a valid UUID.", "heroIdRequired": "\"heroId\" must be a valid UUID.", - "cannotFulfillReq": "Please enter a valid email address. Email admin@habitica.com if this error persists.", + "cannotFulfillReq": "This email address is already in use. You can try logging in or use a different email to register. If you need help, reach out to admin@habitica.com.", "enterValidEmail": "Please enter a valid email address.", "modelNotFound": "This model does not exist.", "signUpWithSocial": "Continue with <%= social %>",