Skip to content

Commit

Permalink
"für" statt "fuer" in Passwort-Erinnerungsmail
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Apr 17, 2024
1 parent 572cf3f commit 0a92d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/index/include/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function send_user_token($username)

$msg .= "\n\nDiese Anforderung haben wir am " . date("r") . " von der IP-Adresse\n{$_SERVER['REMOTE_ADDR']} erhalten.\nSofern Sie dies nicht ausgelöst haben, benachrichtigen Sie bitte den Support\ndurch eine Antwort auf diese E-Mail.";

send_mail($email, "Passwortanforderung fuer schokokeks.org", $msg);
send_mail($email, "Passwortanforderung für schokokeks.org", $msg);
}

function send_customer_token($customerno)
Expand Down Expand Up @@ -69,5 +69,5 @@ function send_customer_token($customerno)
dieser Nachricht durchführen, sonst verliert das Token seine
Gültigkeit.
";
send_mail($customer['email'], "Passwortanforderung fuer Webinterface", $msg);
send_mail($customer['email'], "Passwortanforderung für Webinterface", $msg);
}

0 comments on commit 0a92d85

Please sign in to comment.