summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-09-30 09:08:17 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-10-13 09:59:48 +0000
commit982f956342f4d233461ca893f148ab3f860cd2b0 (patch)
treeb14f3829f8c3adb7f1a3aef1cae8db4a1a31e734 /apps/theming
parent164d118d8edf189ef6b8bfcca1af91197ce431db (diff)
downloadnextcloud-server-982f956342f4d233461ca893f148ab3f860cd2b0.tar.gz
nextcloud-server-982f956342f4d233461ca893f148ab3f860cd2b0.zip
Fix translated app details
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/lib/Controller/ThemingController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php
index 270181e42d2..6d4bd4bae60 100644
--- a/apps/theming/lib/Controller/ThemingController.php
+++ b/apps/theming/lib/Controller/ThemingController.php
@@ -378,7 +378,7 @@ class ThemingController extends Controller {
$startUrl = $this->urlGenerator->getBaseUrl();
$description = $this->themingDefaults->getSlogan();
} else {
- $info = $this->appManager->getAppInfo($app);
+ $info = $this->appManager->getAppInfo($app, false, $this->l10n->getLanguageCode());
$name = $info['name'] . ' - ' . $this->themingDefaults->getName();
$shortName = $info['name'];
if (strpos($this->request->getRequestUri(), '/index.php/') !== false) {