aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-09 06:11:58 -0700
committerfriendica <info@friendica.com>2012-07-09 06:11:58 -0700
commit8855cb9c286eb66ad96b3388d85ccc57434a6db3 (patch)
tree2a3032becd771511357361f1c0f6760178a13b8f /mod/settings.php
parent95fdba753c67110c6461ebf659d90304bbb835a8 (diff)
downloadvolse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.tar.gz
volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.tar.bz2
volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.zip
identity address is now a web-id or "webbie"
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index b1c3cf7d4..9c580f3bc 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -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()