summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-03 22:13:18 -0400
committerScott Ullrich <sullrich@su.local>2009-09-03 22:13:18 -0400
commit71300e64e8e12eb5d178c519c4c41756d94cb8fc (patch)
tree67e802b0b2820c58c4acb806b7eac10a6b7275a9 /usr/local/www/wizards
parent9e138c859810f3c8ed97c2a57dae2ca753f92238 (diff)
downloadpfsense-71300e64e8e12eb5d178c519c4c41756d94cb8fc.zip
pfsense-71300e64e8e12eb5d178c519c4c41756d94cb8fc.tar.gz
We know these interfaces are WAN, rename interface to WAN
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 4be5208..cd73fcc 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -107,7 +107,7 @@ function step2_stepbeforeformdisplay() {
$field = array();
$interface_friendly = $i+1;
- $field['name'] = "Setup connection speed and scheduler information for interface #{$interface_friendly}";
+ $field['name'] = "Setup connection speed and scheduler information for WAN #{$interface_friendly}";
$field['type'] = "listtopic";
$fields[] = $field;
OpenPOWER on IntegriCloud