mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
fix for missing i18n in service template
This commit is contained in:
parent
1c473c151f
commit
8a7e3bda36
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<td class="data-dotted" width="150">
|
||||
<table class="data-col1">
|
||||
<tr><td><input type="checkbox" class="ch-toggle" name="system[]" value="<?php echo $sys['sysinfo']['HOSTNAME'] ?>" ></td></tr>
|
||||
<tr><td class="data-active"><b><?php echo 'running' ?></b></td></tr>
|
||||
<tr><td class="data-active"><b><?php print __('running') ?></b></td></tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="data-dotted" width="830px">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue