Fix error message

This commit is contained in:
vjrj 2018-02-18 13:11:40 +01:00
parent 308ad08e74
commit 5c7380a199

View file

@ -25,6 +25,7 @@ class Profile extends React.Component {
this.t = this.props.t;
this.getUserType = this.getUserType.bind(this);
this.handleSubmit = this.handleSubmit.bind(this);
this.renderOAuthUser = this.renderOAuthUser.bind(this);
this.renderPasswordUser = this.renderPasswordUser.bind(this);
this.renderProfileForm = this.renderProfileForm.bind(this);
@ -67,7 +68,7 @@ class Profile extends React.Component {
required: this.t('¿Cuál es tu apellido?')
},
emailAddress: {
required: this.t('Necesitamos una contraseña aquí.'),
required: this.t('Necesitamos un correo aquí.'),
email: this.t('¿Es correcto este correo?')
},
currentPassword: {