1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/pt-br.email.auth.invitation.tpl
2019-10-10 16:34:07 -03:00

28 lines
669 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Olá,
<br />
<br />
Este email foi enviado a você porque <br>{{owner}} deseja convidá-lo para se tornar membro da equipe <b>{{team}}<b> no {{project}}.
<br />
<br />
Entre no link abaixo para se juntar a equipe <b>{{team}}<b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Caso não estiver interessado, por favor ignore esta mensagem.
<br />
<br />
Atenciosamente,
<br />
Equipe {{project}}
</div>