"webbie" isn't going to cut it. We'll go with "channel address" for now.

This commit is contained in:
friendica
2012-12-06 01:18:30 -08:00
parent c6b8ab534f
commit 4603fde904
3 changed files with 10 additions and 4 deletions

View File

@@ -956,7 +956,7 @@ function settings_content(&$a) {
$tpl_addr = get_markup_template("settings_nick_set.tpl");
$prof_addr = replace_macros($tpl_addr,array(
'$desc' => t('Your channel address (or "webbie") is'),
'$desc' => t('Your channel address is'),
'$nickname' => $nickname,
'$subdir' => $subdir,
'$basepath' => $a->get_hostname()