We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b1bfda + 26726a3 commit bbba8b4Copy full SHA for bbba8b4
apps/settings/templates/settings/admin/overview.php
@@ -57,5 +57,5 @@ class="icon-info"
57
<div id="version" class="section">
58
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
59
<h2><?php p($l->t('Version'));?></h2>
60
- <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>
61
</div>
0 commit comments