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 3c702116711c41d408b39b1fd541b170c80e4878
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