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

24 lines
513 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
{{name}} 你好,
<br />
<br />
請點擊下方的鏈接驗證你的電子郵箱地址。
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
如果你沒有請求驗證本郵箱,請忽略這份郵件。
<br />
<br />
謝謝。
<br />
來自 {{project}}
</div>