Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: translation on /unsupported screen
Signed-off-by: Luka Trovic <[email protected]>
  • Loading branch information
luka-nextcloud authored and backportbot[bot] committed Oct 21, 2025
commit 1293f5a17e6d9677f2c7f136adeb7fc71e56ec71
1 change: 1 addition & 0 deletions core/Controller/UnsupportedBrowserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function __construct(IRequest $request) {
#[NoCSRFRequired]
#[FrontpageRoute(verb: 'GET', url: 'unsupported')]
public function index(): Response {
Util::addTranslations('core');
Util::addScript('core', 'unsupported-browser');
Util::addStyle('core', 'icons');

Expand Down
Loading