diff --git a/lib/base.php b/lib/base.php index af41b050f529a..d0a2072cc66b3 100644 --- a/lib/base.php +++ b/lib/base.php @@ -1121,7 +1121,7 @@ public static function handleRequest(): void { } $l = Server::get(\OCP\L10N\IFactory::class)->get('lib'); OC_Template::printErrorPage( - $l->t('404'), + '404', $l->t('The page could not be found on the server.'), 404 );