From: Raroun Date: Fri, 27 Oct 2023 09:23:07 +0000 (+0200) Subject: Removed Full name from Register.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b8f307d4cfaa9ea3b1f323705f9007a8ebf3a6a;p=friendica.git Removed Full name from Register.php --- diff --git a/src/Module/Register.php b/src/Module/Register.php index a62525a986..c85a04dfab 100644 --- a/src/Module/Register.php +++ b/src/Module/Register.php @@ -155,7 +155,7 @@ class Register extends BaseModule '$fillext' => $fillext, '$oidlabel' => $oidlabel, '$openid' => $openid_url, - '$namelabel' => DI::l10n()->t('Your Full Name (e.g. Joe Smith, real or real-looking): '), + '$namelabel' => DI::l10n()->t('Your Display Name (as you would like it to be displayed on this system), '$addrlabel' => DI::l10n()->t('Your Email Address: (Initial information will be send there, so this has to be an existing address.)'), '$addrlabel2' => DI::l10n()->t('Please repeat your e-mail address:'), '$ask_password' => $ask_password,