]> git.mxchange.org Git - friendica.git/blobdiff - src/Repository/ProfileField.php
Removed unused template variables
[friendica.git] / src / Repository / ProfileField.php
index 6be1a1d94650f5ee9a154d5a4d386f754cbef313..7137191684868a51cdf46aab9fb253cf4309879b 100644 (file)
@@ -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'),