Tweaks to page and mail titles

- Welcome page will now have title "Blender Foundation: Welcome",
  the same as in old projects.b.o.
- Mail will be sent from name of BF, not phabricator, seems to
  be quite logical to do.
This commit is contained in:
2013-11-06 16:13:47 +06:00
parent 753917c10c
commit 0e8b746fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ final class PhabricatorDirectoryMainController
return $this->buildApplicationPage(
$nav,
array(
'title' => 'Phabricator',
'title' => 'Blender Foundation: Welcome ',
'device' => true,
));
}

View File

@@ -397,7 +397,7 @@ final class PhabricatorMetaMTAMail extends PhabricatorMetaMTADAO {
$mailer->setFrom($actor_email);
} else {
$from_email = coalesce($actor_email, $default_from);
$from_name = coalesce($actor_name, pht('Phabricator'));
$from_name = coalesce($actor_name, pht('Blender Foundation'));
if (empty($params['reply-to'])) {
$params['reply-to'] = $from_email;