Merge pull request #55875 from nextcloud/backport/55730/stable30

[stable30] fix: translation on /unsupported screen
This commit is contained in:
Andy Scherzinger 2025-10-21 10:57:26 +02:00 committed by GitHub
commit ebb9c44b89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');