]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bump Hub 6 -> Hub 7 41555/head
authorAndy Scherzinger <info@andy-scherzinger.de>
Thu, 16 Nov 2023 19:15:53 +0000 (20:15 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 19:15:53 +0000 (20:15 +0100)
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
apps/settings/templates/settings/admin/overview.php

index d8b3674f47e53bdd52b98125481249fdf8378ad0..7d0ea25872a35fc99b6e838d795af6d7face6cd2 100644 (file)
@@ -70,7 +70,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 6</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
+       <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>
        <?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; ?>