]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Notifications/Introductions.php
Random profiles now moved away from "gcontact" as well
[friendica.git] / src / Module / Notifications / Introductions.php
index 45b7c266c647778b0c6ec96527774bfd0e3a684b..cd59626e6810352e559edd688fe858e54aed8c55 100644 (file)
@@ -168,8 +168,6 @@ class Introductions extends BaseNotifications
                                                '$lbl_about'             => DI::l10n()->t('About:'),
                                                '$keywords'              => $notification->getKeywords(),
                                                '$lbl_keywords'          => DI::l10n()->t('Tags:'),
-                                               '$gender'                => $notification->getGender(),
-                                               '$lbl_gender'            => DI::l10n()->t('Gender:'),
                                                '$hidden'                => ['hidden', DI::l10n()->t('Hide this contact from others'), $notification->isHidden(), ''],
                                                '$lbl_connection_type'   => $helptext,
                                                '$friend'                => $friend,
@@ -193,7 +191,7 @@ class Introductions extends BaseNotifications
                }
 
                if (count($notifications['notifications']) == 0) {
-                       info(DI::l10n()->t('No introductions.') . EOL);
+                       notice(DI::l10n()->t('No introductions.'));
                        $notificationNoContent = DI::l10n()->t('No more %s notifications.', $notifications['ident']);
                }