1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/es.email.auth.confirm.tpl
stvmachine 4a85382da4
Update es.email.auth.confirm.tpl
The original translation doesn't include the punctuation on that way.
2019-10-06 14:28:03 +11:00

25 lines
526 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hola {{name}},
<br />
<br />
Sigue este enlace para verificar tu dirección de correo.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Si no has solicitado verificar esta dirección, puedes ignorar este mensaje.
<br />
<br />
Gracias,
<br />
Equipo {{project}}
</div>