Corrected label on CSR text box.
This commit is contained in:
parent
16a05fff74
commit
5989e8adad
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
|
||||
<tr>
|
||||
<td class="DataTD" colspan="2">
|
||||
<label for="optionalCSR"><?= _("Optional Client CSR, no information on the certificate will be used") ?></label><br/>
|
||||
<label for="optionalCSR"><?= _("Paste Client CSR here") ?></label><br/>
|
||||
<textarea id="optionalCSR" name="optionalCSR" cols="80" rows="5"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue