From 3c702116711c41d408b39b1fd541b170c80e4878 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Mon, 13 Oct 2025 20:59:46 +0200 Subject: [PATCH] fix: translation on /unsupported screen Signed-off-by: Luka Trovic --- core/Controller/UnsupportedBrowserController.php | 1 + 1 file changed, 1 insertion(+) 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');