diff options
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 2 |
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}"), |