]> git.mxchange.org Git - friendica.git/commitdiff
add info text about email on registration
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 10 Nov 2017 07:06:56 +0000 (08:06 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 10 Nov 2017 07:06:56 +0000 (08:06 +0100)
mod/register.php

index e3bf6634445fc89681e0ce339f2106a0e00c3848..4d0ef964858b5f280119638283c9cae8e721a256 100644 (file)
@@ -285,7 +285,7 @@ function register_content(App $a) {
                '$oidlabel'  => $oidlabel,
                '$openid'    => $openid_url,
                '$namelabel' => t('Your Full Name ' . "\x28" . 'e.g. Joe Smith, real or real-looking' . "\x29" . ': '),
-               '$addrlabel' => t('Your Email Address: '),
+               '$addrlabel' => t('Your Email Address: (Initial information will be send there, so this has to be an existing address.)'),
                '$passwords' => $passwords,
                '$password1' => array('password1', t('New Password:'), '', t('Leave empty for an auto generated password.')),
                '$password2' => array('confirm', t('Confirm:'), '', ''),