Skip to content

Commit

Permalink
change text constant
Browse files Browse the repository at this point in the history
  • Loading branch information
malyMiso committed Aug 9, 2024
1 parent 0166b59 commit 518e27a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const NewPasswordContent: FC<NewPasswordContentProps> = ({ email, hash })

return (
<Webline className="flex flex-col items-center">
<h1 className="max-w-3xl w-full">{t('Login')}</h1>
<h1 className="max-w-3xl w-full">{t('Set new password')}</h1>
<FormProvider {...formProviderMethods}>
<Form
className="w-full flex justify-center"
Expand Down

0 comments on commit 518e27a

Please sign in to comment.