Small fix

This commit is contained in:
Pinga 2023-11-14 20:40:39 +02:00
parent 6c766a6c7b
commit 37637714bd

View file

@ -39,12 +39,12 @@
<small class="text-muted">The official name of the registrar.</small>
</div>
<div class="mb-3">
<label for="ianaId" class="form-label">IANA ID <small class="text-muted">(International Assigned Numbers Authority ID)</small></label>
<label for="ianaId" class="form-label">IANA ID</label>
<input type="number" class="form-control" id="ianaId" name="ianaId">
<small class="text-muted">Unique identifier assigned by IANA.</small>
</div>
<div class="mb-3">
<label for="clid" class="form-label required">CLID <small class="text-muted">(Client Identifier)</small></label>
<label for="clid" class="form-label required">CLID</label>
<input type="text" class="form-control" id="clid" name="clid">
<small class="text-muted">Unique client identifier for the registrar.</small>
</div>