Skip to content

Commit 8a7e3bd

Browse files
committed
fix for missing i18n in service template
1 parent 1c473c1 commit 8a7e3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<td class="data-dotted" width="150">
3131
<table class="data-col1">
3232
<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>
33+
<tr><td class="data-active"><b><?php print __('running') ?></b></td></tr>
3434
</table>
3535
</td>
3636
<td class="data-dotted" width="830px">

0 commit comments

Comments
 (0)