1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/zh-tw.email.auth.recovery.tpl
2019-10-03 11:39:38 -04:00

26 lines
567 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
{{name}} 你好,
<br />
<br />
请点击下方的链接重新设置{{project}}的密码。
Follow this link to reset your {{project}} password.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
如果您未曾申请重设密码,请忽略本邮件。
<br />
<br />
谢谢。
<br />
来自 {{project}}
</div>