Skip to content

Commit 6a49509

Browse files
fabianzwAndyScherzinger
authored andcommitted
fix(settings): Always show "Nextcloud" before version number
Signed-off-by: Fabian Zwemke <fabian@zwemke.de>
1 parent 2ae5bdb commit 6a49509

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/settings/templates/settings/admin/overview.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,5 @@ class="icon-info"
7474
<div id="version" class="section">
7575
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
7676
<h2><?php p($l->t('Version'));?></h2>
77-
<?php if ($theme->getTitle() === 'Nextcloud'): ?>
7877
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 7</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
79-
<?php else: ?>
80-
<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>
81-
<?php endif; ?>
8278
</div>

0 commit comments

Comments
 (0)