Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-11-26 18:50:40 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-11-26 19:17:03 +0300
commitd5f6547fb89d8515118beab879467f2a26f7528c (patch)
tree3cb3bc245b711a6c49bbfd399ab2556f0d254649
parent614cc82d489bd548a2aa48953835e29c411ec191 (diff)
Nextcloud Hub II
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--apps/settings/templates/settings/admin/overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/overview.php b/apps/settings/templates/settings/admin/overview.php
index a9f5ad0d77f..2f18038aa84 100644
--- a/apps/settings/templates/settings/admin/overview.php
+++ b/apps/settings/templates/settings/admin/overview.php
@@ -67,5 +67,5 @@
<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
- <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p>
+ <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getProductName() === 'Nextcloud' ? 'Nextcloud Hub II' : $theme->getProductName()); ?></a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
</div>