File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/applications/auth/controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ public function handleRequest(AphrontRequest $request) {
505
505
$ form ->appendChild (
506
506
id (new AphrontFormMarkupControl ())
507
507
->setLabel (pht ('Username ' ))
508
- ->setValue ($ value_username )
508
+ ->setValue (' automatically set based on email address ' )
509
509
->setError ($ e_username ));
510
510
}
511
511
@@ -538,7 +538,7 @@ public function handleRequest(AphrontRequest $request) {
538
538
if ($ can_edit_email ) {
539
539
$ form ->appendChild (
540
540
id (new AphrontFormTextControl ())
541
- ->setLabel (pht ('Email ' ))
541
+ ->setLabel (pht ('Email (public information) ' ))
542
542
->setName ('email ' )
543
543
->setValue ($ value_email )
544
544
->setCaption (PhabricatorUserEmail::describeAllowedAddresses ())
You can’t perform that action at this time.
0 commit comments