We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbe384 commit 5c0c5adCopy full SHA for 5c0c5ad
2 files changed
web/templates/admin/list_web.html
@@ -166,7 +166,7 @@
166
</tr>
167
<tr>
168
<td class="counter-name"><?php print __('SSL Support');?>:</td>
169
- <td class="counter-value"><?php print $data[$key]['SSL'] ?></td>
+ <td class="counter-value"><?php print __($data[$key]['SSL']) ?></td>
170
171
172
<td class="counter-name"><?php print __('SSL Home Directory');?>:</td>
web/templates/user/list_web.html
@@ -153,7 +153,7 @@
153
154
155
156
157
158
159
0 commit comments