1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/config/locale/templates/ru.email.auth.recovery.tpl
2019-10-02 20:43:45 +03:00

25 lines
660 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}}">
Здравствуйте, {{name}},
<br />
<br />
Перейдите по ссылке, чтобы сбросить пароль для проекта {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Если вы не запрашивали сброс пароля, проигнорируйте это сообщение.
<br />
<br />
Спасибо,
<br />
команда {{project}}
</div>