mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
ntp: adjust string accordingly; closes #1574
This commit is contained in:
parent
0d9e0ba616
commit
baa7ec8889
@ -277,9 +277,9 @@ include("head.inc");
|
||||
<div class="hidden" for="help_for_timeservers">
|
||||
<?=gettext('For best results three to five servers should be configured here.'); ?>
|
||||
<br />
|
||||
<?= sprintf(gettext('The %sprefer%s option indicates that NTP should favor the use of this server more than all others.'),'<i>','</i>') ?>
|
||||
<?= gettext('The "prefer" option indicates that NTP should favor the use of this server more than all others.') ?>
|
||||
<br />
|
||||
<?= sprintf(gettext('The %snoselect%s option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'),'<i>','</i>') ?>
|
||||
<?= gettext('The "do not use" option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user