1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00
appwrite/app/config/locale/templates/de.email.auth.recovery.tpl
Robin C 15f0b17612 feat(issue 25): Translated email template files to German
Added and translated the email template files for the German language.
2019-10-01 00:56:20 +02:00

25 lines
557 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hallo {{name}},
<br />
<br />
Folge diesem Link um dein Passwort für {{project}} zurückzusetzen.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Bitte ignoriere diese Nachricht, wenn du das Zurücksetzen deines Passworts nicht beantragt hast.
<br />
<br />
Vielen dank,
<br />
{{project}} Team
</div>