diff --git a/core/Controller/UnsupportedBrowserController.php b/core/Controller/UnsupportedBrowserController.php index 2877e2e90472f..9ec8bfaff9323 100644 --- a/core/Controller/UnsupportedBrowserController.php +++ b/core/Controller/UnsupportedBrowserController.php @@ -32,6 +32,7 @@ public function __construct(IRequest $request) { #[NoCSRFRequired] #[FrontpageRoute(verb: 'GET', url: 'unsupported')] public function index(): Response { + Util::addTranslations('core'); Util::addScript('core', 'unsupported-browser'); Util::addStyle('core', 'icons');