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 369a482 commit ac1c0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/inertia/pages/auth/forgot-password/reset/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,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 a tua nova palavra-passe
</CardDescription>
Expand Down

0 comments on commit ac1c0fe

Please sign in to comment.