Merge pull request #59755 from nextcloud/backport/59639/stable32

[stable32] Fix app name not translated in the title of public pages
This commit is contained in:
Joas Schilling 2026-04-21 15:26:59 +02:00 committed by GitHub
commit 505fff1190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,6 +156,8 @@ class TemplateLayout {
$page->assign('appid', $appId);
$page->assign('bodyid', 'body-public');
$this->initialState->provideInitialState('core', 'apps', [$this->navigationManager->get($appId)]);
// Set logo link target
$logoUrl = $this->config->getSystemValueString('logo_url', '');
$page->assign('logoUrl', $logoUrl);