diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index 424efc3852..ed2d52b561 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -1022,7 +1022,7 @@ $section->addInput(new Form_Select( 'MAC address format', $pconfig['radmac_format'], ['default' => 'Default', 'singledash' => gettext('Single dash'), 'ietf' => 'IETF', 'cisco' => 'Cisco', 'unformatted' => gettext('Unformatted')] -))->setHelp('This option changes the MAC address format used in the whole RADIUS system. Change this if the username format also needs changed for ' . +))->setHelp('This option changes the MAC address format used in the whole RADIUS system. Change this if the username format also needs to be changed for ' . 'RADIUS MAC authentication.' . '
' . 'Default: 00:11:22:33:44:55' . '
' . 'Single dash: 001122-334455' . '
' . diff --git a/src/usr/local/www/services_captiveportal_filemanager.php b/src/usr/local/www/services_captiveportal_filemanager.php index 92527b9edf..68834a7a34 100644 --- a/src/usr/local/www/services_captiveportal_filemanager.php +++ b/src/usr/local/www/services_captiveportal_filemanager.php @@ -280,7 +280,7 @@ endif; "be made available in the root directory of the captive portal HTTP(S) server. " . "They may be referenced directly from the portal page HTML code using relative paths. " . "Example: An image uploaded with the name 'captiveportal-test.jpg' using the " . - "file manager. Can then be included in the portal page like this:")?>

+ "file manager can then be included in the portal page like this:")?>

<img src="captiveportal-test.jpg" width=... height=...>