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) {
505505 $ form ->appendChild (
506506 id (new AphrontFormMarkupControl ())
507507 ->setLabel (pht ('Username ' ))
508- ->setValue ($ value_username )
508+ ->setValue (' automatically set based on email address ' )
509509 ->setError ($ e_username ));
510510 }
511511
@@ -538,7 +538,7 @@ public function handleRequest(AphrontRequest $request) {
538538 if ($ can_edit_email ) {
539539 $ form ->appendChild (
540540 id (new AphrontFormTextControl ())
541- ->setLabel (pht ('Email ' ))
541+ ->setLabel (pht ('Email (public information) ' ))
542542 ->setName ('email ' )
543543 ->setValue ($ value_email )
544544 ->setCaption (PhabricatorUserEmail::describeAllowedAddresses ())
You can’t perform that action at this time.
0 commit comments