dnsmasq: typo in previous

This commit is contained in:
Franco Fichtner 2023-03-02 09:54:23 +01:00
parent 7d1543a88d
commit 7eed356540

View File

@ -429,7 +429,7 @@ $( document ).ready(function() {
<td>
<input name="local_ttl" type="text" id="local_ttl" size="5" placeholder="1" value="<?= html_safe($pconfig['local_ttl']) ?>"/>
<div class="hidden" data-for="help_for_local_ttl">
<?=gettext("This option allows a time-to-live (in seconds) to be given for local DNS entries, i.e. /etc/hosts or DHCP leases. This will reduce the load on the server at the expense of clients using stale data under some circumstances. A value of zero will disable disable client-side caching.");?>
<?=gettext("This option allows a time-to-live (in seconds) to be given for local DNS entries, i.e. /etc/hosts or DHCP leases. This will reduce the load on the server at the expense of clients using stale data under some circumstances. A value of zero will disable client-side caching.");?>
</div>
</td>
</tr>