diff --git a/src/app/verify-code/page.tsx b/src/app/verify-code/page.tsx index 97f6ae5..beeec17 100644 --- a/src/app/verify-code/page.tsx +++ b/src/app/verify-code/page.tsx @@ -53,7 +53,7 @@ export default function CaptchaCodePage () { : result == 1 ? 'Unable to verify captcha, please reload page.' : result == 2 - ? 'Here is your verification code. It will in 10 minutes or when used.' + ? 'Here is your verification code. It will expire in 10 minutes or when used.' : resultMsg ?? 'Failed to get verification code. Please try again later.'}