]> source.dussan.org Git - nextcloud-server.git/commitdiff
BUmp Hub 5 -> Hub 6 39885/head
authorAndy Scherzinger <info@andy-scherzinger.de>
Tue, 15 Aug 2023 15:00:05 +0000 (17:00 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 15:00:05 +0000 (17:00 +0200)
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
apps/settings/templates/settings/admin/overview.php

index c42e1e4efb8ba599a0968a863994447dca1d0e23..5a53b5f68adba29fedf29e209180d91752ae907f 100644 (file)
@@ -68,7 +68,7 @@
        <!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
        <h2><?php p($l->t('Version'));?></h2>
        <?php if ($theme->getTitle() === 'Nextcloud'): ?>
-       <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 5</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
+       <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 6</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
        <?php else: ?>
        <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>
        <?php endif; ?>