We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d486f4 + 098f532 commit ffcdd33Copy full SHA for ffcdd33
1 file changed
templates/settings-admin.php
@@ -67,7 +67,7 @@ function FormatMegabytes(int $byte): string {
67
</tr>
68
<tr>
69
<td><?php p($l->t('CPU:')); ?></td>
70
- <td class="info"><?php p($cpu->getName()) ?></strong> (<?= $cpu->getThreads() ?> <?php p($l->t('threads')); ?>)</td>
+ <td class="info"><?php p($l->t('%1$s (%2$d threads)', [$cpu->getName(), $cpu->getThreads()])) ?></td>
71
72
<?php if ($memory->getMemTotal() > 0): ?>
73
0 commit comments