mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Merge pull request #55730 from nextcloud/fix-translate-on-unsupported-screen
fix: translation on /unsupported screen
This commit is contained in:
commit
332ab743c5
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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue