aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-16 02:07:16 -0800
committerfriendica <info@friendica.com>2012-12-16 02:07:16 -0800
commit696551222e22d698f2e1bdb0d287c7d7604bb381 (patch)
tree8bcdc1e4b0f0bd2f59fb50b9596498a2b5ae21ab /include/identity.php
parent76b289504b440fb19a16e0c3deb8c787658506ab (diff)
downloadvolse-hubzilla-696551222e22d698f2e1bdb0d287c7d7604bb381.tar.gz
volse-hubzilla-696551222e22d698f2e1bdb0d287c7d7604bb381.tar.bz2
volse-hubzilla-696551222e22d698f2e1bdb0d287c7d7604bb381.zip
typo
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index 914da6384..2c3730cbc 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -147,7 +147,7 @@ function create_identity($arr) {
intval($ret['channel']['channel_account_id']),
intval($newuid),
dbesc(random_string()),
- t('default'),
+ t('Default Profile'),
1,
dbesc($ret['channel']['channel_name']),
dbesc($a->get_baseurl() . "/photo/profile/l/{$newuid}"),