Corrected label on CSR text box.

This commit is contained in:
Brian McCullough 2024-05-29 08:40:40 -04:00
parent 16a05fff74
commit 5989e8adad

View file

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