Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa authored Feb 8, 2025
1 parent 2f6c278 commit 62b6c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/inertia/pages/auth/forgot-password/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export default function ForgotPassword() {
}

return (
<BaseLayout title="Repôr palavra-passe">
<BaseLayout title="Repor palavra-passe">
<CardLayout>
<Card className={cn(oauthError && 'border-2 border-red-600')}>
<CardHeader>
<CardTitle className="text-2xl">Repôr palavra-passe</CardTitle>
<CardTitle className="text-2xl">Repor palavra-passe</CardTitle>
<CardDescription>
Introduz o teu e-mail para recuperares a tua palavra-passe
</CardDescription>
Expand Down

0 comments on commit 62b6c67

Please sign in to comment.