mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc
Use profile.about for profile description
This commit is contained in:
commit
e80d68ba53
29 changed files with 53 additions and 53 deletions
|
@ -282,7 +282,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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue