Update texts and Fixbugs

This commit is contained in:
Andros Fenollosa
2017-05-18 18:25:54 +02:00
parent f056300d27
commit e09c4abf8c
15 changed files with 166 additions and 131 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Activar cuenta</title>
<title>Activate account</title>
<style>
/* -------------------------------------
GLOBAL RESETS
@ -286,8 +286,8 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<p>Hola {{ username }},</p>
<p>Gracias por registrarte en nuestro ejemplo. Activa tu cuenta pulsando en el siguiente botón.</p>
<p>Hi {{ username }}!,</p>
<p>Thank you for registering you in our example. Activate your account by clicking on the button below.</p>
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
<tbody>
<tr>
@ -295,7 +295,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{{ token }}" target="_blank">Activar</a> </td>
<td> <a href="{{ token }}" target="_blank">Activate</a> </td>
</tr>
</tbody>
</table>
@ -303,7 +303,7 @@
</tr>
</tbody>
</table>
<p>En caso que no te funcione el botón, pulsa el siguiente enlace.</p>
<p>In the event that the button will not work, click the following link.</p>
<p>{{ token }}</p>
</td>
</tr>