Remove html escaping in plain text mails

This commit is contained in:
Jonas Lochmann
2021-12-27 01:00:00 +01:00
parent 0663650d9b
commit 80291b8835
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
<%= subject %>
<%- subject %>
+3 -3
View File
@@ -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.
<C> <%= mailimprint %>
<C> <%- mailimprint %>