From 80291b8835d500a8e9c4570020a14100fed85c16 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 27 Dec 2021 01:00:00 +0100 Subject: [PATCH] Remove html escaping in plain text mails --- other/mail/manipulation/text.ejs | 4 ++-- other/mail/taskdone/text.ejs | 2 +- other/mail/uninstall/subject.ejs | 2 +- other/mail/uninstall/text.ejs | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/other/mail/manipulation/text.ejs b/other/mail/manipulation/text.ejs index 27f4dea..8c670a0 100644 --- a/other/mail/manipulation/text.ejs +++ b/other/mail/manipulation/text.ejs @@ -1,11 +1,11 @@ -Die TimeLimit-Installation von dem Gerät <%= deviceName %> hat eine Manipulation gemeldet. +Die TimeLimit-Installation von dem Gerät <%- deviceName %> hat eine Manipulation gemeldet. Sie können die Details dazu in der TimeLimit-App einsehen. Solange Sie nicht die Warnung in TimeLimit bestätigen (ignorieren und/ oder beheben) erhalten Sie keine weitere Manipulationsbenachrichtigungen für dieses Gerät. -TimeLimit at <%= deviceName %> reported a manipulation. +TimeLimit at <%- deviceName %> reported a manipulation. You can see the details in the TimeLimit App. You will not get any further warnings for this device diff --git a/other/mail/taskdone/text.ejs b/other/mail/taskdone/text.ejs index c2ea431..c2f3fd8 100644 --- a/other/mail/taskdone/text.ejs +++ b/other/mail/taskdone/text.ejs @@ -5,7 +5,7 @@ angezeigt. Dort kann die Erledigung bestätigt werden. Da die Anzahl der Benachrichtigungs-E-Mails begrenzt ist erhalten Sie möglicherweise nicht bei jeder Aufgabenerledigung eine derartige E-Mail. -<%= child %> reported that <%= task %> was finished. +<%- child %> reported that <%- task %> was finished. You can see the tasks which are marked as finished at the overview screen of the TimeLimit application. You can confirm the task completion there. diff --git a/other/mail/uninstall/subject.ejs b/other/mail/uninstall/subject.ejs index f023d60..1520fa4 100644 --- a/other/mail/uninstall/subject.ejs +++ b/other/mail/uninstall/subject.ejs @@ -1 +1 @@ -<%= subject %> +<%- subject %> diff --git a/other/mail/uninstall/text.ejs b/other/mail/uninstall/text.ejs index 3175096..7940614 100644 --- a/other/mail/uninstall/text.ejs +++ b/other/mail/uninstall/text.ejs @@ -1,11 +1,11 @@ -TimeLimit wurde vom Gerät <%= deviceName %> entfernt. Ein Zurücksetzen der +TimeLimit wurde vom Gerät <%- deviceName %> entfernt. Ein Zurücksetzen der App, wonach diese immer noch "da", aber nicht eingerichtet ist, zählt auch als Entfernen. In jedem Fall wurde diese Aktion durch den Benutzer des Gerätes durchgeführt - in der Voreinstellung kann TimeLimit jederzeit, auch durch das Kind, entfernt werden. Technisch bedingt wird nicht jede Entfernung erkannt, sodass nicht in jedem Fall diese Benachrichtigung kommt. -TimeLimit was removed from <%= deviceName %>. A reset of the App, after which it is +TimeLimit was removed from <%- deviceName %>. A reset of the App, after which it is still "there", but not set up, is considered a removal, too. In any case, this was done by the user of the device. Remember that by default, it is always possible to remove TimeLimit, for parents and children. For technical reasons, not every @@ -23,4 +23,4 @@ You can disable getting these messages in the TimeLimit App or by replying to this message that you don't want to get these notifications anymore. If you have got any questions, then you can reply to this messagge. - <%= mailimprint %> + <%- mailimprint %>