dhcp: missing dot

This commit is contained in:
Franco Fichtner 2021-05-26 10:33:38 +02:00
parent f845a4286a
commit a0e2f26901

View File

@ -685,7 +685,7 @@ include("head.inc");
<td>
<input name="ignoreuids" type="checkbox" value="yes" <?=!empty($pconfig['ignoreuids']) ? "checked=\"checked\"" : ""; ?> />
<div class="hidden" data-for="help_for_ignoreuids">
<?=gettext("By default, the same MAC can get multiple leases if the requests are sent using different UIDs. To avoid this behavior, check this box, and client UIDs will be ignored");?>
<?=gettext('By default, the same MAC can get multiple leases if the requests are sent using different UIDs. To avoid this behavior, check this box and client UIDs will be ignored.');?>
</div>
</td>
</tr>