You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/templates/email_change_notification_de.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@
6
6
</head>
7
7
<body>
8
8
<h3>Hallo {{name}}</h3>
9
-
<p>Du hast deine E-Mail-Adresse geändert. Falls Du diese Änderung nicht veranlasst hast, schreibe bitte eine E-Mail an <ahref="mailto:[email protected]">[email protected]</a></p>
9
+
<p>Du hast deine E-Mail-Adresse geändert. Falls Du diese Änderung nicht veranlasst hast, schreibe bitte eine E-Mail an <ahref="mailto:{{sender_email}}">{{sender_email}}</a></p>
Copy file name to clipboardExpand all lines: backend/templates/email_change_notification_en.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,6 @@
7
7
</head>
8
8
<body>
9
9
<h3>Hello {{name}}</h3>
10
-
<p>You changed your email-address. In case you did not initiate this please write a e-mail to <ahref="mailto:[email protected]">[email protected]</a></p>
10
+
<p>You changed your email-address. In case you did not initiate this please write a e-mail to <ahref="mailto:{{sender_email}}">{{sender_email}}</a></p>
0 commit comments