Fix error message
This commit is contained in:
parent
308ad08e74
commit
5c7380a199
1 changed files with 2 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue