fix: translation on /unsupported screen

Signed-off-by: Luka Trovic <luka@nextcloud.com>
pull/55877/head
Luka Trovic 2025-10-13 20:59:46 +07:00 committed by backportbot[bot]
parent 0ae6dcb54f
commit a32c93e011
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');