1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/ja.email.auth.confirm.tpl
2019-10-07 16:17:01 +09:00

24 lines
603 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>