identity address is now a web-id or "webbie"

This commit is contained in:
friendica
2012-07-09 06:11:58 -07:00
parent 95fdba753c
commit 8855cb9c28
4 changed files with 39 additions and 26 deletions

View File

@@ -941,7 +941,7 @@ function settings_content(&$a) {
$tpl_addr = get_markup_template("settings_nick_set.tpl");
$prof_addr = replace_macros($tpl_addr,array(
'$desc' => t('Your Identity Address is'),
'$desc' => t('Your webbie (web-id) is'),
'$nickname' => $nickname,
'$subdir' => $subdir,
'$basepath' => $a->get_hostname()