This commit is contained in:
2026-01-22 18:15:31 -07:00
parent 5abec0e10b
commit fa6920403f

View File

@@ -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.'}
</p>