diff options
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/services_ntpd_pps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_ntpd_pps.php b/src/usr/local/www/services_ntpd_pps.php index 0f53e27..1868c2f 100644 --- a/src/usr/local/www/services_ntpd_pps.php +++ b/src/usr/local/www/services_ntpd_pps.php @@ -179,7 +179,7 @@ if (!empty($serialports)) { 'ppsport', 'Serial Port', $pconfig['port'], - $splist + ['' => gettext('None')] + $splist ))->setHelp('All serial ports are listed, be sure to pick the port with the PPS source attached. '); } |