summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 23:49:22 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 23:49:22 -0700
commitdef535d95f8d32ae60de0077e0b584739be6a692 (patch)
tree1922a57f2cab737f15df9b35d3f9ac618bd75173 /src/usr/local/www/services_captiveportal_mac_edit.php
parent83354deaa56b7dd2336b37db5b7733494015d625 (diff)
downloadpfsense-def535d95f8d32ae60de0077e0b584739be6a692.zip
pfsense-def535d95f8d32ae60de0077e0b584739be6a692.tar.gz
Services / Captive Portal - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac_edit.php b/src/usr/local/www/services_captiveportal_mac_edit.php
index 5459e00..a838292 100644
--- a/src/usr/local/www/services_captiveportal_mac_edit.php
+++ b/src/usr/local/www/services_captiveportal_mac_edit.php
@@ -139,7 +139,7 @@ if ($_POST) {
$iflist = get_interface_list();
foreach ($iflist as $if) {
if ($_POST['mac'] == strtolower($if['mac'])) {
- $input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface, you cannot use it here."), $_POST['mac']);
+ $input_errors[] = sprintf(gettext("The MAC address %s belongs to a local interface. It cannot be used here."), $_POST['mac']);
break;
}
}
@@ -264,7 +264,7 @@ $section->addInput(new Form_Input(
'Description',
'text',
$pconfig['descr']
-))->setHelp('You may enter a description here for your reference (not parsed)');
+))->setHelp('A description may be entered here for administrative reference (not parsed)');
$section->addInput(new Form_Input(
'bw_up',
OpenPOWER on IntegriCloud