From 5c7380a1996b0071e3294c161317b5f0598f9f63 Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 18 Feb 2018 13:11:40 +0100 Subject: [PATCH] Fix error message --- imports/ui/pages/Profile/Profile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imports/ui/pages/Profile/Profile.js b/imports/ui/pages/Profile/Profile.js index 3f3dbb2..cb58761 100644 --- a/imports/ui/pages/Profile/Profile.js +++ b/imports/ui/pages/Profile/Profile.js @@ -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: {