Jelajahi Sumber

i18n fix for SSL option

Serghey Rodin 12 tahun lalu
induk
melakukan
5c0c5ad9ef
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      web/templates/admin/list_web.html
  2. 1 1
      web/templates/user/list_web.html

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

@@ -166,7 +166,7 @@
                                         </tr>
                                         <tr>
                                             <td class="counter-name"><?php print __('SSL Support');?>:</td>
-                                            <td class="counter-value"><?php print $data[$key]['SSL'] ?></td>
+                                            <td class="counter-value"><?php print __($data[$key]['SSL']) ?></td>
                                         </tr>
                                         <tr>
                                             <td class="counter-name"><?php print __('SSL Home Directory');?>:</td>

+ 1 - 1
web/templates/user/list_web.html

@@ -153,7 +153,7 @@
                                         </tr>
                                         <tr>
                                             <td class="counter-name"><?php print __('SSL Support');?>:</td>
-                                            <td class="counter-value"><?php print $data[$key]['SSL'] ?></td>
+                                            <td class="counter-value"><?php print __($data[$key]['SSL']) ?></td>
                                         </tr>
                                         <tr>
                                             <td class="counter-name"><?php print __('SSL Home Directory');?>:</td>