1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00
appwrite/app/config/locale/templates/pt-pt.email.auth.confirm.tpl

24 lines
540 B
Smarty
Raw Normal View History

2019-10-02 01:29:56 +13:00
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Olá {{name}},
<br />
<br />
Por favor, confirme o seu email através do link abaixo.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Se não solicitou a confirmação de email, por favor ignore esta mensagem.
<br />
<br />
Com os melhores cumprimentos,
<br />
Equipa {{project}}
</div>