diff --git a/imports/ui/pages/Profile/Profile.js b/imports/ui/pages/Profile/Profile.js index 4800200..3f3dbb2 100644 --- a/imports/ui/pages/Profile/Profile.js +++ b/imports/ui/pages/Profile/Profile.js @@ -214,6 +214,7 @@ class Profile extends React.Component { } + {this.t('Puedes participar en las traducciones')} {this.t('Contraseña actual')} diff --git a/public/locales/en/common.json b/public/locales/en/common.json index dffcc24..7c2740b 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -187,5 +187,7 @@ "Zonas vigiladas por nuestros usuari@s actualmente": "Areas currently monitored by our users", "Iniciar sesión con Facebook": "Login With Facebook", "Elige un tipo": - "Choose a type" + "Choose a type", + "Puedes participar en las traducciones": + "You can help with the translations" } diff --git a/public/locales/es/common.json b/public/locales/es/common.json index d4304e7..5d1a46d 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -274,5 +274,7 @@ "Iniciar sesión con Facebook": "Iniciar sesión con Facebook", "Elige un tipo": - "Elige un tipo" + "Elige un tipo", + "Puedes participar en las traducciones": + "Puedes participar en las traducciones" }