Skip to content

Commit

Permalink
Majorado estilo de botón de mail para contacto
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Coggiola committed May 20, 2019
1 parent a7f6fa4 commit 9f82b97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"STEP":"Step",
"FORGOT_PASSWORD_STEP_1_DESCRIPTION": "Enter your email address. We'll send you an email with a 'reset code' (if you are registered). You will need it in the next step",
"FORGOT_PASSWORD_STEP_2_DESCRIPTION": "Complete the input with the code you have received in your email. You will also have to input your new password (twice).",
"CONTACT_PAGE_DESCRIPTION": "If you have any doubts about this application or if you detect any problem, please contact us at:",
"CONTACT_PAGE_DESCRIPTION": "If you have any doubts or suggestions about this application or if you detect any problem, please contact us at:",
"HAVE_CONFIRMATION_CODE": "I have a confirmation code",
"CANCEL": "Cancel",
"CONFIRM_USER_DESCRIPTION_MAIL": "Please enter your registration email address and the confirmation code you have received.",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"STEP":"Paso",
"FORGOT_PASSWORD_STEP_1_DESCRIPTION": "Ingresá tu dirección de correo electrónico y si estás registrado te enviaremos un email con el código de recuperación. Te servirá para utilizarlo en el siguiente paso.",
"FORGOT_PASSWORD_STEP_2_DESCRIPTION": "Completá con el código que recibiste por correo electrónico. Ingresá también tu nueva contraseña. Deberás repetirla para asegurarnos que la escribiste correctamente.",
"CONTACT_PAGE_DESCRIPTION": "Si tenés alguna duda o detectaste algún problema en la aplicación, contactanos a:",
"CONTACT_PAGE_DESCRIPTION": "Si tenés alguna duda, sugerencia o detectaste algún problema en la aplicación, contactanos a:",
"HAVE_CONFIRMATION_CODE": "Ya tengo un código de confirmación",
"CANCEL": "Cancelar",
"CONFIRM_USER_DESCRIPTION_MAIL": "A continuación ingresá la dirección de correo electrónico con la que te registraste y el código de confirmación recibido a esa misma casilla.",
Expand Down
4 changes: 3 additions & 1 deletion src/pages/contact/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

<ion-content padding>
<p>{{'CONTACT_PAGE_DESCRIPTION'|translate}}</p>
<a href="mailto:{{ this.config.getContactEmail() }}?subject={{this.config.getContactEmailSubject()}}"><ion-icon name="mail"></ion-icon> {{ this.config.getContactEmail() }}</a>
<a ion-button full icon-start href="mailto:{{ this.config.getContactEmail() }}?subject={{this.config.getContactEmailSubject()}}">
<ion-icon name="mail"></ion-icon> {{ this.config.getContactEmail() }}
</a>
</ion-content>

0 comments on commit 9f82b97

Please sign in to comment.