Browse Source
chore: Bump Hub 9 -> Hub 10
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
pull/50068/head
Andy Scherzinger
11 months ago
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with
1 additions and
1 deletions
-
apps/settings/templates/settings/admin/overview.php
|
|
|
@ -57,5 +57,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 9</a> (<?php p($_['version']) ?>)</strong></p>
|
|
|
|
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 10</a> (<?php p($_['version']) ?>)</strong></p>
|
|
|
|
</div> |