Change eGroupWare -> EGroupware for notification sender

This commit is contained in:
nathangray 2017-06-12 14:13:29 -06:00
parent 6c059fc256
commit c05fe756fd

View File

@ -854,7 +854,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;