소스 검색

fix for missing i18n in service template

Serghey Rodin 12 년 전
부모
커밋
8a7e3bda36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">
                     <td class="data-dotted" width="150">
                         <table class="data-col1">
                         <table class="data-col1">
                             <tr><td><input type="checkbox" class="ch-toggle" name="system[]" value="<?php echo $sys['sysinfo']['HOSTNAME'] ?>" ></td></tr>
                             <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>
                         </table>
                     </td>
                     </td>
                     <td class="data-dotted" width="830px">
                     <td class="data-dotted" width="830px">