security info
parent
ea35ad01fd
commit
89b967f1be
|
@ -28,8 +28,9 @@
|
|||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">{{.os}}</p>
|
||||
|
||||
<p style="color: #555; margin: 0 0 15px">%emailText%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">{{.email}}</p>
|
||||
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
|
||||
|
|
|
@ -247,6 +247,10 @@
|
|||
"de": "Neue Anmeldung auf {{.os}}",
|
||||
"en": "A new login on {{.os}}"
|
||||
},
|
||||
"emailText": {
|
||||
"de": "Neue Anmeldung über folgende E-Mail-Adresse:",
|
||||
"en": "New login via the following email address:"
|
||||
},
|
||||
"securityInfo": {
|
||||
"de": "Wenn Sie sich nicht angemeldet haben, ändern Sie bitte Ihr Passwort und kontaktieren Sie uns.",
|
||||
"en": "If you did not sign in, please change your password and contact us."
|
||||
|
|
Loading…
Reference in New Issue