i18n fix for SSL option

This commit is contained in:
Serghey Rodin 2014-01-14 00:14:26 +02:00
commit 5c0c5ad9ef
2 changed files with 2 additions and 2 deletions
web/templates

View file

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

View file

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