Removed Full name from Register.php
This commit is contained in:
parent
4e5041af13
commit
5b8f307d4c
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue