Parcourir la source

fix for missing i18n in service template

Serghey Rodin il y a 12 ans
Parent
commit
8a7e3bda36
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      web/templates/admin/list_services.html

+ 1 - 1
web/templates/admin/list_services.html

@@ -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">