Skip to content

Commit

Permalink
Fix error output
Browse files Browse the repository at this point in the history
  • Loading branch information
whooaami committed Oct 30, 2023
1 parent 01d830b commit 3d2279f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function SendEmailRestorePasswordFormContentComponent({ setIsValid }) {
navigate('/reset-password/modal');
})
.catch(() => {
toast.error('Activation failed. Please try again.');
toast.error('Формат електронної пошти некоректний.');
});
};

Expand Down

0 comments on commit 3d2279f

Please sign in to comment.