Skip to content

Commit 332ab74

Browse files
authored
Merge pull request #55730 from nextcloud/fix-translate-on-unsupported-screen
fix: translation on /unsupported screen
2 parents 43d28f4 + f5629b0 commit 332ab74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Controller/UnsupportedBrowserController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct(IRequest $request) {
3232
#[NoCSRFRequired]
3333
#[FrontpageRoute(verb: 'GET', url: 'unsupported')]
3434
public function index(): Response {
35+
Util::addTranslations('core');
3536
Util::addScript('core', 'unsupported-browser');
3637
Util::addStyle('core', 'icons');
3738

0 commit comments

Comments
 (0)