From 89b967f1be64abfe777911a8ffcf8f3b80d1a554 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Feb 2024 00:22:38 +0100 Subject: [PATCH] security info --- templates/dashboardSecurityInfoNewAccountLogin.html | 5 +++-- templates/templates.json | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/dashboardSecurityInfoNewAccountLogin.html b/templates/dashboardSecurityInfoNewAccountLogin.html index 2b442d6..98455de 100644 --- a/templates/dashboardSecurityInfoNewAccountLogin.html +++ b/templates/dashboardSecurityInfoNewAccountLogin.html @@ -28,8 +28,9 @@

%title%

-

%header%

-

{{.os}}

+ +

%emailText%

+

{{.email}}

diff --git a/templates/templates.json b/templates/templates.json index 66000dc..0aa2af5 100644 --- a/templates/templates.json +++ b/templates/templates.json @@ -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."