Change eGroupWare -> EGroupware for notification sender

This commit is contained in:
nathangray 2017-06-12 14:13:29 -06:00
parent 9b92d75bce
commit 130192e871

View File

@ -851,7 +851,7 @@ abstract class Tracking
}
elseif(!$sender)
{
$sender = 'eGroupWare '.lang($this->app).' <noreply@'.$GLOBALS['egw_info']['server']['mail_suffix'].'>';
$sender = 'EGroupware '.lang($this->app).' <noreply@'.$GLOBALS['egw_info']['server']['mail_suffix'].'>';
}
//echo "<p>".__METHOD__."()='".htmlspecialchars($sender)."'</p>\n";
return $sender;