]> source.dussan.org Git - nextcloud-server.git/commitdiff
bump hub number 38068/head
authorAndy Scherzinger <info@andy-scherzinger.de>
Thu, 4 May 2023 11:36:03 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 11:36:03 +0000 (13:36 +0200)
Bump the hub number 4->5 for v27

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
apps/settings/templates/settings/admin/overview.php

index ef70374f270c1e0c39c71e1b4f04676517dff22d..c42e1e4efb8ba599a0968a863994447dca1d0e23 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 4</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
+       <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>
        <?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; ?>