]> 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 0b1cb9e6a39bfc42f408c4ef35933acdf568f6cc..cd59626e6810352e559edd688fe858e54aed8c55 100644 (file)
@@ -191,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']);
                }