Browse Source

chore: Bump Hub 7 -> Hub 8

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
tags/v29.0.0beta1
Andy Scherzinger 3 months ago
parent
commit
a333ca8f3e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/settings/templates/settings/admin/overview.php

+ 1
- 1
apps/settings/templates/settings/admin/overview.php View File

@@ -74,5 +74,5 @@
<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
<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>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 8</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
</div>

Loading…
Cancel
Save