]> git.mxchange.org Git - friendica.git/commitdiff
Rename notice message.
authornupplaPhil <admin+github@philipp.info>
Sun, 1 Mar 2020 14:38:23 +0000 (15:38 +0100)
committernupplaPhil <admin+github@philipp.info>
Sun, 1 Mar 2020 14:38:23 +0000 (15:38 +0100)
src/Module/Notifications/Notification.php

index 2d0c7c97484e846b617212a4db862791b48e9681..63e9291b94bc200eda2389dd6db232bcbd4b7d5e 100644 (file)
@@ -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();
                }