We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007836c commit e2dcefdCopy full SHA for e2dcefd
templates/page.values.php
@@ -51,7 +51,7 @@
51
52
<p class="details-link"><a href="<?php p($theme->getBaseUrl()); ?>" target="_blank" rel="noreferrer noopener"><?php p($l->t('Learn more about %s', $theme->getName())); ?></a></p>
53
<div style="text-align: center;">
54
- <h3><?php p($l->t('This Nextcloud is on version') . ' ' . \OC_Util::getVersionString()); ?></h3>
+ <h3><?php p($l->t('This Nextcloud is on version %s', [ \OC_Util::getVersionString() ])); ?></h3>
55
</div>
56
57
0 commit comments