1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/ko.email.auth.invitation.tpl
Melissa David 8e31ae67ee fixed typo
2019-10-15 17:36:43 +11:00

28 lines
667 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
안녕하세요,
<br />
<br />
<b>{{owner}}</b>님이 {{project}}프로젝트의 <b>{{team}}</b>팀에 초대했습니다.
<br />
<br />
아래 링크를 통하여 <b>{{team}}</b>팀에 합류해주시면 됩니다.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
만약 합류에 관심 없으시면 이 이메일을 무시하세요.
<br />
<br />
감사합니다!
<br />
{{project}}팀 드림
</div>