Skip to content

Commit e2dcefd

Browse files
szaimenjuliusknorr
andauthored
Update templates/page.values.php
Co-authored-by: Julius Härtl <jus@bitgrid.net>
1 parent 007836c commit e2dcefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/page.values.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<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>
5353
<div style="text-align: center;">
54-
<h3><?php p($l->t('This Nextcloud is on version') . ' ' . \OC_Util::getVersionString()); ?></h3>
54+
<h3><?php p($l->t('This Nextcloud is on version %s', [ \OC_Util::getVersionString() ])); ?></h3>
5555
</div>
5656
</div>
5757
</div>

0 commit comments

Comments
 (0)