mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Added help text
This commit is contained in:
parent
055ee962c9
commit
836058c477
1 changed files with 1 additions and 1 deletions
|
@ -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: '),
|
||||
|
|
Loading…
Reference in a new issue