1
0
Fork 0
mirror of synced 2024-07-08 07:55:48 +12:00
appwrite/app/config/locales/templates/pt-br.email.auth.invitation.tpl

28 lines
669 B
Smarty
Raw Normal View History

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