Skip to content

Commit

Permalink
fix texto register
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed May 22, 2024
1 parent caa0ce0 commit 36c52a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/site/sign-up/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export default class SignUp extends Component {
{t('signup.resend-validation-email')}
</Link> */}
<h1>¡Gracias por registrarte {this.state.name}!</h1>
<p className='lead'>Ya hemos validado tu cuenta y podes comenzar a participar, para eso, te pedimos que inicies sesión</p>
<p className='lead'>Ya hemos validado tu cuenta y podés comenzar a participar. Para eso, te pedimos que inicies sesión. </p>
<Link
to={`/signin${window.location.search}`}>
Iniciar sesión
Expand Down

0 comments on commit 36c52a0

Please sign in to comment.