1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/cz.email.auth.invitation.tpl
2019-10-02 00:08:49 +05:30

28 lines
667 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Ahoj,
<br />
<br />
Tento e-mail vám byl zaslán, protože vás <b>{{owner}}</b> chtěl pozvat, abyste se stali členem týmu v týmu <b>{{team}}</b> v {{project}}.
<br />
<br />
Klepnutím na tento odkaz se připojíte k týmu <b>{{team}}</b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Pokud vás nezajímá, můžete tuto zprávu ignorovat.
<br />
<br />
Dík,
<br />
{{project}} tým
</div>