Skip to content

Commit 236f9a2

Browse files
Merge pull request #38068 from nextcloud/hubNumberBumper
Bump hub number
2 parents 263a691 + bfa16fb commit 236f9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
6969
<h2><?php p($l->t('Version'));?></h2>
7070
<?php if ($theme->getTitle() === 'Nextcloud'): ?>
71-
<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>
71+
<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>
7272
<?php else: ?>
7373
<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>
7474
<?php endif; ?>

0 commit comments

Comments
 (0)