diff --git a/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx b/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx index 4f0617f7c..20ecddf4d 100644 --- a/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx +++ b/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx @@ -5,7 +5,7 @@ import { ForgotPasswordForm } from '~/components/forms/forgot-password'; export default function ForgotPasswordPage() { return (
-

Forgotten your password?

+

Forgot your password?

No worries, it happens! Enter your email and we'll email you a special link to reset your diff --git a/apps/web/src/app/(unauthenticated)/signin/page.tsx b/apps/web/src/app/(unauthenticated)/signin/page.tsx index 868b0471d..a4890d849 100644 --- a/apps/web/src/app/(unauthenticated)/signin/page.tsx +++ b/apps/web/src/app/(unauthenticated)/signin/page.tsx @@ -25,7 +25,7 @@ export default function SignInPage() { href="/forgot-password" className="text-muted-foreground text-sm duration-200 hover:opacity-70" > - Forgotten your password? + Forgot your password?