From fa6920403f2e2af0fe4d374d44b53d44db4aa4a1 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 22 Jan 2026 18:15:31 -0700 Subject: [PATCH] How --- src/app/verify-code/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'}