[FreeBSD] Add a note for activating account

This commit is contained in:
Li-Wen Hsu 2019-09-11 10:53:34 +00:00 committed by Minsoo Choo
parent aa9840c0ad
commit 220531cedb
Signed by: minsoochoo
GPG key ID: 067C0F6A7D0BDDE3

View file

@ -639,10 +639,9 @@ final class PhabricatorAuthRegisterController
->setTitle(pht('Note to new registration'))
->appendChild(
pht(
'Due to spam, after creating new account, please send an email to '.
'<phabric-admin AT FreeBSD.org> from the registered email address '.
'and briefly describe your plan for using your account, '.
'in order to have it activated.'));
'Due to spam, after creating new account, please sent an email to '.
'<phabric-admin AT FreeBSD.org> with your email address and '.
'briefly describe your plan to get your account activated.'));
$object_box = id(new PHUIObjectBoxView())
->setForm($form)
@ -661,6 +660,7 @@ final class PhabricatorAuthRegisterController
->setFooter(
array(
$welcome_view,
$freebsd_view,
$invite_header,
$object_box,
));