X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FRepository%2FProfileField.php;h=7137191684868a51cdf46aab9fb253cf4309879b;hb=71415094cb92de900926639bec1b3a8e2982c57e;hp=6be1a1d94650f5ee9a154d5a4d386f754cbef313;hpb=23c64b9a119c5df9f985ad4c62ef6fb79d68bee3;p=friendica.git diff --git a/src/Repository/ProfileField.php b/src/Repository/ProfileField.php index 6be1a1d946..7137191684 100644 --- a/src/Repository/ProfileField.php +++ b/src/Repository/ProfileField.php @@ -273,7 +273,6 @@ class ProfileField extends BaseRepository $custom_fields = [ 'hometown' => $this->l10n->t('Hometown:'), - 'gender' => $this->l10n->t('Gender:'), 'marital' => $this->l10n->t('Marital Status:'), 'with' => $this->l10n->t('With:'), 'howlong' => $this->l10n->t('Since:'), @@ -282,7 +281,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'),