From: nupplaPhil Date: Sun, 1 Mar 2020 14:38:23 +0000 (+0100) Subject: Rename notice message. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c11cfd5e4860efdc11f3d00cf1a1caaa314e0586;p=friendica.git Rename notice message. --- diff --git a/src/Module/Notifications/Notification.php b/src/Module/Notifications/Notification.php index 2d0c7c9748..63e9291b94 100644 --- a/src/Module/Notifications/Notification.php +++ b/src/Module/Notifications/Notification.php @@ -100,7 +100,7 @@ class Notification extends BaseModule public static function content(array $parameters = []) { if (!local_user()) { - notice(DI::l10n()->t('Permission denied.')); + notice(DI::l10n()->t('You must be logged in to show this page.')); return Login::form(); }