We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081b3b7 commit f979b3dCopy full SHA for f979b3d
src/applications/auth/controller/PhabricatorAuthRegisterController.php
@@ -505,7 +505,7 @@ public function handleRequest(AphrontRequest $request) {
505
$form->appendChild(
506
id(new AphrontFormMarkupControl())
507
->setLabel(pht('Username'))
508
- ->setValue($value_username)
+ ->setValue('automatically set based on email address')
509
->setError($e_username));
510
}
511
@@ -538,7 +538,7 @@ public function handleRequest(AphrontRequest $request) {
538
if ($can_edit_email) {
539
540
id(new AphrontFormTextControl())
541
- ->setLabel(pht('Email'))
+ ->setLabel(pht('Email (public information)'))
542
->setName('email')
543
->setValue($value_email)
544
->setCaption(PhabricatorUserEmail::describeAllowedAddresses())
0 commit comments