Skip to content

Commit 5c0c5ad

Browse files
committed
i18n fix for SSL option
1 parent 5cbe384 commit 5c0c5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/templates/admin/list_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
</tr>
167167
<tr>
168168
<td class="counter-name"><?php print __('SSL Support');?>:</td>
169-
<td class="counter-value"><?php print $data[$key]['SSL'] ?></td>
169+
<td class="counter-value"><?php print __($data[$key]['SSL']) ?></td>
170170
</tr>
171171
<tr>
172172
<td class="counter-name"><?php print __('SSL Home Directory');?>:</td>

web/templates/user/list_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</tr>
154154
<tr>
155155
<td class="counter-name"><?php print __('SSL Support');?>:</td>
156-
<td class="counter-value"><?php print $data[$key]['SSL'] ?></td>
156+
<td class="counter-value"><?php print __($data[$key]['SSL']) ?></td>
157157
</tr>
158158
<tr>
159159
<td class="counter-name"><?php print __('SSL Home Directory');?>:</td>

0 commit comments

Comments
 (0)