aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2021-02-23 12:22:19 +0000
committerMax Kostikov <max@kostikov.co>2021-02-23 12:22:19 +0000
commite09e6c552408e161f3b162f47d9b4f898e6d4c07 (patch)
tree77c1e1412af45f0181df02b0add2883fe89e5834 /Zotlabs/Module
parent90d04082a17b2f4c256ed5d920408a5fdf618a9f (diff)
downloadvolse-hubzilla-e09e6c552408e161f3b162f47d9b4f898e6d4c07.tar.gz
volse-hubzilla-e09e6c552408e161f3b162f47d9b4f898e6d4c07.tar.bz2
volse-hubzilla-e09e6c552408e161f3b162f47d9b4f898e6d4c07.zip
Missprint
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php
index ca6ab435f..9aa342223 100644
--- a/Zotlabs/Module/Profiles.php
+++ b/Zotlabs/Module/Profiles.php
@@ -749,7 +749,7 @@ class Profiles extends \Zotlabs\Web\Controller {
'$default' => t('This is your default profile.') . EOL . translate_scope(map_scope(\Zotlabs\Access\PermissionLimits::Get($channel['channel_id'],'view_profile'))),
'$advanced' => $advanced,
'$name' => array('name', t('Your full name'), $r[0]['fullname'], t('Required'), '*'),
- '$pdesc' => array('pdesc', t('Short title/tescription'), $r[0]['pdesc'], t('Maximal 190 characters'), '', 'maxlength="190"'),
+ '$pdesc' => array('pdesc', t('Short title/description'), $r[0]['pdesc'], t('Maximal 190 characters'), '', 'maxlength="190"'),
'$dob' => dob($r[0]['dob']),
'$hide_friends' => $hide_friends,
'$address' => array('address', t('Street address'), $r[0]['address']),