Use profile.about instead of profile.pdesc for profile description

This commit is contained in:
Hypolite Petovan 2020-02-09 02:36:19 -05:00
parent da09215db8
commit a42104ce43
26 changed files with 45 additions and 45 deletions

View file

@ -263,7 +263,7 @@ class ProfileField extends BaseRepository
'religion' => $this->l10n->t('Religious Views:'),
'likes' => $this->l10n->t('Likes:'),
'dislikes' => $this->l10n->t('Dislikes:'),
'about' => $this->l10n->t('About:'),
'pdesc' => $this->l10n->t('Title/Description:'),
'summary' => $this->l10n->t('Summary'),
'music' => $this->l10n->t('Musical interests'),
'book' => $this->l10n->t('Books, literature'),