diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/interfaces_bridge_edit.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/services_captiveportal.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/services_dhcpv6.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/services_router_advertisements.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/system_groupmanager.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/system_groupmanager_addprivs.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/system_usermanager.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/system_usermanager_addprivs.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/vpn_openvpn_server.php | 2 |
9 files changed, 12 insertions, 12 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php index a6ef756..438c930 100644 --- a/src/usr/local/www/interfaces_bridge_edit.php +++ b/src/usr/local/www/interfaces_bridge_edit.php @@ -470,14 +470,14 @@ $section->addInput(new Form_Input( 'Cache Size', 'text', $pconfig['maxaddr'] -))->setHelp('Set the size of the bridge address cache. The default is 2000 entries'); +))->setHelp('Set the size of the bridge address cache. The default is 2000 entries.'); $section->addInput(new Form_Input( 'timeout', 'Cache expire time', 'text', $pconfig['timeout'] -))->setHelp('Set the timeout of address cache entries to this number of seconds. If seconds is zero, then address cache entries will not be expired. The default is 1200 seconds'); +))->setHelp('Set the timeout of address cache entries to this number of seconds. If seconds is zero, then address cache entries will not be expired. The default is 1200 seconds.'); $spanlist = build_port_list($pconfig['span']); diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index 080c0fe..b42306e 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -655,7 +655,7 @@ $section->addInput(new Form_Input( 'After authentication Redirection URL', 'text', $pconfig['redirurl'] -))->setHelp('Clients will be redirected to this URL instead of the one they initially tried to access after they\'ve authenticated'); +))->setHelp('Clients will be redirected to this URL instead of the one they initially tried to access after they\'ve authenticated.'); $section->addInput(new Form_Input( 'blockedmacsurl', diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php index 4cbc02b..2df014d 100644 --- a/src/usr/local/www/services_dhcpv6.php +++ b/src/usr/local/www/services_dhcpv6.php @@ -728,7 +728,7 @@ $section->addInput(new Form_Input( 'Domain search list', 'text', $pconfig['domainsearchlist'] -))->setHelp('The DHCP server can optionally provide a domain search list. Use the semicolon character as separator'); +))->setHelp('The DHCP server can optionally provide a domain search list. Use the semicolon character as separator.'); $section->addInput(new Form_Input( 'deftime', @@ -994,7 +994,7 @@ print($form); <?php print_info_box( sprintf( - gettext('The DNS servers entered in %1$sSystem: General setup%3$s (or the %2$sDNS forwarder%3$s if enabled) will be assigned to clients by the DHCP server.'), + gettext('The DNS servers entered in %1$sSystem: General Setup%3$s (or the %2$sDNS forwarder%3$s if enabled) will be assigned to clients by the DHCP server.'), '<a href="system.php">', '<a href="services_dnsmasq.php"/>', '</a>') . diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php index 2d5c05f..921b299 100644 --- a/src/usr/local/www/services_router_advertisements.php +++ b/src/usr/local/www/services_router_advertisements.php @@ -421,7 +421,7 @@ $section->addInput(new Form_Input( 'Domain search list', 'text', $pconfig['radomainsearchlist'] -))->setHelp('The RA server can optionally provide a domain search list. Use the semicolon character as separator '); +))->setHelp('The RA server can optionally provide a domain search list. Use the semicolon character as separator.'); $section->addInput(new Form_Checkbox( 'rasamednsasdhcp6', diff --git a/src/usr/local/www/system_groupmanager.php b/src/usr/local/www/system_groupmanager.php index dc6b7cd..fb17f76 100644 --- a/src/usr/local/www/system_groupmanager.php +++ b/src/usr/local/www/system_groupmanager.php @@ -482,7 +482,7 @@ if ($pconfig['gid'] != 1998) { // all users group 'fa-angle-double-left' ))->setAttribute('type','button')->removeClass('btn-primary')->addClass('btn-info btn-sm'); - $group->setHelp('Hold down CTRL (pc)/COMMAND (mac) key to select multiple items'); + $group->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items.'); $section->add($group); } diff --git a/src/usr/local/www/system_groupmanager_addprivs.php b/src/usr/local/www/system_groupmanager_addprivs.php index 5c58092..534dcb7 100644 --- a/src/usr/local/www/system_groupmanager_addprivs.php +++ b/src/usr/local/www/system_groupmanager_addprivs.php @@ -201,7 +201,7 @@ $section->addInput(new Form_Select( build_priv_list(), true ))->addClass('shadowselect') - ->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items'); + ->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items.'); $section->addInput(new Form_Input( 'filtertxt', diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php index 2df24be..848d326 100644 --- a/src/usr/local/www/system_usermanager.php +++ b/src/usr/local/www/system_usermanager.php @@ -728,7 +728,7 @@ if ($act == "new" || $act == "edit" || $input_errors): 'fa-angle-double-left' ))->setAttribute('type','button')->removeClass('btn-primary')->addClass('btn-info btn-sm'); - $group->setHelp('Hold down CTRL (pc)/COMMAND (mac) key to select multiple items'); + $group->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items.'); $section->add($group); // ==== Button for adding user certificate ================================ diff --git a/src/usr/local/www/system_usermanager_addprivs.php b/src/usr/local/www/system_usermanager_addprivs.php index da7b942..b0f4400 100644 --- a/src/usr/local/www/system_usermanager_addprivs.php +++ b/src/usr/local/www/system_usermanager_addprivs.php @@ -186,7 +186,7 @@ $section->addInput(new Form_Select( build_priv_list(), true ))->addClass('multiselect') - ->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items'); + ->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items.'); $section->addInput(new Form_Select( 'shadow', @@ -195,7 +195,7 @@ $section->addInput(new Form_Select( build_priv_list(), true ))->addClass('shadowselect') - ->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items'); + ->setHelp('Hold down CTRL (PC)/COMMAND (Mac) key to select multiple items.'); $section->addInput(new Form_Input( 'filtertxt', diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php index 668101e..7161c3e 100644 --- a/src/usr/local/www/vpn_openvpn_server.php +++ b/src/usr/local/www/vpn_openvpn_server.php @@ -1099,7 +1099,7 @@ if ($act=="new" || $act=="edit"): 'NetBIOS enable', 'Enable NetBIOS over TCP/IP', $pconfig['netbios_enable'] - ))->setHelp('If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled'); + ))->setHelp('If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled.'); $section->addInput(new Form_Select( 'netbios_ntype', |