From c11cfd5e4860efdc11f3d00cf1a1caaa314e0586 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Sun, 1 Mar 2020 15:38:23 +0100 Subject: [PATCH] Rename notice message. --- src/Module/Notifications/Notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Notifications/Notification.php b/src/Module/Notifications/Notification.php index 2d0c7c974..63e9291b9 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(); }