Skip to content
Snippets Groups Projects
Commit 3ee9bf96 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #134

parent 3fc7c1a5
No related branches found
No related tags found
No related merge requests found
......@@ -1276,7 +1276,10 @@ class UserManagement
// include language-specific subject and mailbody
setTempLanguage($this->user_data['auth_user_md5.user_id']);
$subject = _("[Stud.IP - %s] Passwortänderung");
$subject = sprintf(
_("[Stud.IP - %s] Passwortänderung"),
Config::get()->UNI_NAME_CLEAN
);
$mailbody = sprintf(
_("Dies ist eine Informationsmail des Stud.IP-Systems\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment