Merge pull request #55730 from nextcloud/fix-translate-on-unsupported-screen

fix: translation on /unsupported screen
This commit is contained in:
Julius Knorr 2025-10-21 08:34:54 +02:00 committed by GitHub
commit 332ab743c5
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');