1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00
appwrite/app/config/locale/templates/tr.email.auth.recovery.tpl
2019-10-01 15:01:49 +03:00

25 lines
554 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Merhaba {{name}},
<br />
<br />
Aşağıdaki bağlantıyı takip ederek {{project}} şifresini değiştirin.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Eğer şifrenizi sıfırlamayı istemediyseniz, bu mesajı yok sayabilirsiniz.
<br />
<br />
Teşekkürler,
<br />
{{project}} takımı
</div>