1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Create lt.email.auth.confirm.tpl

This commit is contained in:
estim 2019-10-05 00:37:01 +03:00 committed by GitHub
parent 0c0d914fc3
commit 28fbd5eae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,27 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Sveiki,
<br />
<br />
Šis laiškas buvo išsiųstas dėl to, kad <b>{{owner}}</b> kviečia tapti komandos <b>{{team}}</b> nariu projekte {{project}}.
<br />
<br />
Paspauskite nuorodą, kad prisijungti prie komandos <b>{{team}}</b> :
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Jeigu jums neįdomu, ignoruokite šį pranešimą.
<br />
<br />
Ačiū,
<br />
komanda {{project}}
</div>