We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c473c1 commit 8a7e3bdCopy full SHA for 8a7e3bd
1 file changed
web/templates/admin/list_services.html
@@ -30,7 +30,7 @@
30
<td class="data-dotted" width="150">
31
<table class="data-col1">
32
<tr><td><input type="checkbox" class="ch-toggle" name="system[]" value="<?php echo $sys['sysinfo']['HOSTNAME'] ?>" ></td></tr>
33
- <tr><td class="data-active"><b><?php echo 'running' ?></b></td></tr>
+ <tr><td class="data-active"><b><?php print __('running') ?></b></td></tr>
34
</table>
35
</td>
36
<td class="data-dotted" width="830px">
0 commit comments