Differential D20663 Diff 49289 src/applications/auth/message/PhabricatorAuthWelcomeMailMessageType.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/auth/message/PhabricatorAuthWelcomeMailMessageType.php
| <?php | <?php | ||||
| final class PhabricatorAuthWelcomeMailMessageType | final class PhabricatorAuthWelcomeMailMessageType | ||||
| extends PhabricatorAuthMessageType { | extends PhabricatorAuthMessageType { | ||||
| const MESSAGEKEY = 'mail.welcome'; | const MESSAGEKEY = 'mail.welcome'; | ||||
| public function getDisplayName() { | public function getDisplayName() { | ||||
| return pht('Welcome Email Body'); | return pht('Mail Body: Welcome'); | ||||
| } | } | ||||
| public function getShortDescription() { | public function getShortDescription() { | ||||
| return pht( | return pht( | ||||
| 'Custom instructions included in "Welcome" mail when an '. | 'Custom instructions included in "Welcome" mail when an '. | ||||
| 'administrator creates a user account.'); | 'administrator creates a user account.'); | ||||
| } | } | ||||
| } | } | ||||