We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6ed29 commit bead189Copy full SHA for bead189
1 file changed
web/templates/admin/list_services.html
@@ -58,7 +58,7 @@
58
</td>
59
<td>
60
<div class="l-unit__stat-cols clearfix">
61
- <div class="l-unit__stat-col l-unit__stat-col--left wide"><?=$sys['sysinfo']['Operating System']?></div>
+ <div class="l-unit__stat-col l-unit__stat-col--left wide"><b><?=__('Operating System')?>:</b></div>
62
<div class="l-unit__stat-col l-unit__stat-col--right"><?=$sys['sysinfo']['OS']?> <?=$sys['sysinfo']['VERSION']?> (<?=$sys['sysinfo']['ARCH']?>)</div>
63
</div>
64
0 commit comments