X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInvite.php;h=287478954ce65c4c5b52813b29fbdf2368f74cd3;hb=0031b4e18cff5ded33c5f8599d6d93ea090986ff;hp=cb944a3fd3d1b723dcd4b869b6b51d93bba4f02b;hpb=398e65d66b929a4931f62477f86ea1df6fe99c9a;p=friendica.git diff --git a/src/Module/Invite.php b/src/Module/Invite.php index cb944a3fd3..287478954c 100644 --- a/src/Module/Invite.php +++ b/src/Module/Invite.php @@ -119,7 +119,7 @@ class Invite extends BaseModule } } - notice(DI::l10n()->tt('%d message sent.', '%d messages sent.', $total)); + info(DI::l10n()->tt('%d message sent.', '%d messages sent.', $total)); } public static function content(array $parameters = [])