]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
Bugfix: The contact names had to be escaped
[friendica.git] / mod / register.php
index f8e970855edfea1286ce2e5632f42632bb3f9587..1963bd7a6023c8b6c67196f95a0d1f7271f8211d 100644 (file)
@@ -268,7 +268,7 @@ function register_content(&$a) {
                '$namelabel' => t('Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '),
                '$addrlabel' => t('Your Email Address: '),
                '$passwords' => $passwords,
-               '$password1' => array('password1', t('New Password:'), '', ''),
+               '$password1' => array('password1', t('New Password:'), '', t('Leave empty for an auto generated password.')),
                '$password2' => array('confirm', t('Confirm:'), '', ''),
                '$nickdesc'  => str_replace('$sitename',$a->get_hostname(),t('Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \'<strong>nickname@$sitename</strong>\'.')),
                '$nicklabel' => t('Choose a nickname: '),