We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a3c54 commit c7c9d34Copy full SHA for c7c9d34
web/templates/admin/generate_ssl.html
@@ -1,7 +1,6 @@
1
<div class="l-center">
2
<div class="l-sort clearfix">
3
<div class="l-sort-toolbar clearfix float-left">
4
- <span class="title"><b><?=__('Generating CSR')?></b></span>
5
<?php
6
if (!empty($_SESSION['error_msg'])) {
7
echo "<span class=\"vst-error\"> → ".htmlentities($_SESSION['error_msg'])."</span>";
@@ -42,7 +41,7 @@
42
41
<td class="data-dotted">
43
<table>
44
<tr>
45
- <td></td>
+ <td><span class="step-top page-title"><?=__('Generating CSR')?></span></td>
46
</tr>
47
</table>
48
<table class="data-col2">
0 commit comments