Skip to content

Commit

Permalink
fix: message register overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 6, 2022
1 parent 9577adf commit afcdea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Register/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Register() {
<>
<div className={styles.home} data-theme={theme}>
{status === 'success' && (
<Overlay title="Cadastramento concluído" description="Agora é só fazer seu login">
<Overlay title="Cadastramento concluído" description="Agora é só verificar seu email e fazer o login">
<FiCheck color="#04D361" size={62} />
</Overlay>
)}
Expand Down

0 comments on commit afcdea3

Please sign in to comment.