mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Remove html escaping in plain text mails
This commit is contained in:
@@ -1 +1 @@
|
||||
<%= subject %>
|
||||
<%- subject %>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user