summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-29 00:19:36 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-29 00:19:36 -0700
commit45654aa083447943c82cd7c900ab216d25d940f8 (patch)
tree5334c22b0932843fdaec1104443363ea1ca489c4 /src/usr/local/www/interfaces_vlan_edit.php
parent88ec4c6f2a1a7172607061b71869a5d28e305820 (diff)
downloadpfsense-45654aa083447943c82cd7c900ab216d25d940f8.zip
pfsense-45654aa083447943c82cd7c900ab216d25d940f8.tar.gz
Interfaces (assign) - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/interfaces_vlan_edit.php')
-rw-r--r--src/usr/local/www/interfaces_vlan_edit.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/interfaces_vlan_edit.php b/src/usr/local/www/interfaces_vlan_edit.php
index f281dda..ab0b0b9 100644
--- a/src/usr/local/www/interfaces_vlan_edit.php
+++ b/src/usr/local/www/interfaces_vlan_edit.php
@@ -120,7 +120,7 @@ if ($_POST) {
if (isset($id)) {
if ($_POST['tag'] && $_POST['tag'] != $a_vlans[$id]['tag']) {
if (!empty($a_vlans[$id]['vlanif']) && convert_real_interface_to_friendly_interface_name($a_vlans[$id]['vlanif']) != NULL) {
- $input_errors[] = gettext("Interface is assigned and you cannot change the VLAN tag while assigned.");
+ $input_errors[] = gettext("The VLAN tag cannot be changed while the interface is assigned.");
}
}
}
@@ -242,8 +242,7 @@ $section->addInput(new Form_Input(
'text',
$pconfig['descr'],
['placeholder' => 'Description']
-))->setWidth(6)->setHelp('You may enter a group description here '.
- 'for your reference (not parsed).');
+))->setWidth(6)->setHelp('A group description may be entered here for administrative reference (not parsed).');
$form->addGlobal(new Form_Input(
'vlanif',
OpenPOWER on IntegriCloud