From ce96fb54ae4030b8c35df2af08fd719eb9d8fe4e Mon Sep 17 00:00:00 2001 From: Neal Shah <30693865+ProgrammerIn-wonderland@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:51:49 -0800 Subject: [PATCH] Update error message for email confirmation (#2442) --- src/backend/src/api/APIError.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/src/api/APIError.js b/src/backend/src/api/APIError.js index f4b6e9669..3eb5db976 100644 --- a/src/backend/src/api/APIError.js +++ b/src/backend/src/api/APIError.js @@ -507,7 +507,7 @@ class APIError { 'email_must_be_confirmed': { status: 422, message: ({ action }) => - `Email must be confirmed to ${action ?? 'apply a share'}.`, + `Email must be confirmed to ${action ?? 'apply a share'}. Go to https://puter.com to confirm your email address.`, }, 'no_need_to_request': { status: 422,