fix: translation on /unsupported screen

Signed-off-by: Luka Trovic <luka@nextcloud.com>
pull/55872/head
Luka Trovic 2025-10-13 20:59:46 +07:00 committed by backportbot[bot]
parent 5e0b8cb27a
commit 3c70211671
1 changed files with 1 additions and 0 deletions

@ -32,6 +32,7 @@ class UnsupportedBrowserController extends Controller {
#[NoCSRFRequired]
#[FrontpageRoute(verb: 'GET', url: 'unsupported')]
public function index(): Response {
Util::addTranslations('core');
Util::addScript('core', 'unsupported-browser');
Util::addStyle('core', 'icons');