network time: clarify help text for interface selection

ntpd will also use these interfaces for syncing with a remote
server. Accompanies f85849736d
This commit is contained in:
Stephan de Wit 2024-02-07 11:03:16 +01:00
parent b2d6acc23e
commit d8df599d0d

View File

@ -340,9 +340,10 @@ include("head.inc");
endforeach;?>
</select>
<div class="hidden" data-for="help_for_interfaces">
<?=gettext("Interfaces without an IP address will not be shown."); ?>
<?=gettext("Interfaces to listen on and send outgoing queries."); ?>
<br /><?=gettext("Selecting no interfaces will listen on all interfaces with a wildcard."); ?>
<br /><?=gettext("Selecting all interfaces will explicitly listen on only the interfaces/IPs specified."); ?>
<br /><?=gettext("Interfaces without an IP address will not be shown."); ?>
</div>
</td>
</tr>