Skip to content

Commit

Permalink
fix: RX-11 merge similar strings
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed Nov 22, 2023
1 parent 69b99b9 commit 436efe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/pages/auth/reset-password/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ResetPasswordPage = () => {
<div className="space-y-8">
<Helmet>
<title>
{t`Reset your Password`} - {t`Reactive Resume`}
{t`Reset your password`} - {t`Reactive Resume`}
</title>
</Helmet>

Expand Down

0 comments on commit 436efe0

Please sign in to comment.