]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
Remove extra htmlentities in notifications
[friendica.git] / mod / register.php
index 81e8c3ad83927c03bd06fdc6a175eadf7d7c6838..5e8da4685a0f61d342d180fe68b4d45c0bbfa193 100644 (file)
@@ -282,7 +282,7 @@ function register_content(App $a) {
                '$passwords' => $passwords,
                '$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>\'.')),
+               '$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: '),
                '$photo'     => $photo,
                '$publish'   => $profile_publish,