diff options
author | Max Kostikov <max@kostikov.co> | 2021-02-23 12:33:17 +0000 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2021-02-23 12:33:17 +0000 |
commit | 82ee98017212bffc040bcaa91c7d89432860edae (patch) | |
tree | c60a94b4c82208014ae13ae51f8acf5a9f454b7e /Zotlabs | |
parent | fa73c8d15ede12a963fbf4b1efaf58c1e47dc873 (diff) | |
parent | 463a8d338ec0e7b340bb6afd00c028dc9633832e (diff) | |
download | volse-hubzilla-82ee98017212bffc040bcaa91c7d89432860edae.tar.gz volse-hubzilla-82ee98017212bffc040bcaa91c7d89432860edae.tar.bz2 volse-hubzilla-82ee98017212bffc040bcaa91c7d89432860edae.zip |
Merge branch 'dev' into 'dev'
Update Russian translation
See merge request hubzilla/core!1912
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 2 |
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']), |