diff --git a/src/api/hooks/captcha/useCaptcha.ts b/src/api/hooks/captcha/useCaptcha.ts index a79da8fa9..01b9c9926 100644 --- a/src/api/hooks/captcha/useCaptcha.ts +++ b/src/api/hooks/captcha/useCaptcha.ts @@ -10,7 +10,7 @@ import toast from 'soapbox/toast'; const messages = defineMessages({ - sucessMessage: { id: 'nostr_signup.captcha_message.sucess', defaultMessage: 'Incredible! You\'ve successfully completed the captcha. Let\'s move on to the next step!' }, + sucessMessage: { id: 'nostr_signup.captcha_message.sucess', defaultMessage: 'Incredible! You\'ve successfully completed the captcha.' }, wrongMessage: { id: 'nostr_signup.captcha_message.wrong', defaultMessage: 'Oops! It looks like your captcha response was incorrect. Please try again.' }, errorMessage: { id: 'nostr_signup.captcha_message.error', defaultMessage: 'It seems an error has occurred. Please try again. If the problem persists, please contact us.' }, misbehavingMessage: { id: 'nostr_signup.captcha_message.misbehaving', defaultMessage: 'It looks like we\'re experiencing issues with the {instance}. Please try again. If the error persists, try again later.' }, diff --git a/src/locales/en.json b/src/locales/en.json index deeb4c619..03b8cf632 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1181,7 +1181,7 @@ "nostr_signup.captcha_instruction": "Complete the puzzle by dragging the puzzle piece to the correct position.", "nostr_signup.captcha_message.error": "It seems an error has occurred. Please try again. If the problem persists, please contact us.", "nostr_signup.captcha_message.misbehaving": "It looks like we're experiencing issues with the {instance}. Please try again. If the error persists, try again later.", - "nostr_signup.captcha_message.sucess": "Incredible! You've successfully completed the captcha. Let's move on to the next step!", + "nostr_signup.captcha_message.sucess": "Incredible! You've successfully completed the captcha.", "nostr_signup.captcha_message.wrong": "Oops! It looks like your captcha response was incorrect. Please try again.", "nostr_signup.captcha_reset_button": "Reset puzzle", "nostr_signup.captcha_title": "Human Verification",