]> git.mxchange.org Git - friendica.git/commitdiff
Removed Full name from Register.php
authorRaroun <admin@opensocial.space>
Fri, 27 Oct 2023 09:23:07 +0000 (11:23 +0200)
committerRaroun <admin@opensocial.space>
Fri, 27 Oct 2023 09:23:07 +0000 (11:23 +0200)
src/Module/Register.php

index a62525a986a5cbef067ed135c490eca6a7c8f9b7..c85a04dfab5e503ef2880be64ae5c69ee3b46ffa 100644 (file)
@@ -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,