summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 9bf9851..4ab8164 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 WAN #{$interface_friendly}";
+ $field['name'] = "Setup connection speed and scheduler information for WAN ({$interface_friendly})";
$field['type'] = "listtopic";
$fields[] = $field;
@@ -115,7 +115,7 @@ function step2_stepbeforeformdisplay() {
$field['displayname'] = "Interface";
$field['name'] = "conn{$i}interface";
$field['type'] = "select";
- $field['typehint'] = "Interface of connection #{$interface_friendly}.";
+ $field['typehint'] = "Interface of connection ({$interface_friendly}).";
$field['options']['option'] = array();
foreach ($iflist as $ifname => $ifdescr) {
$opts = array();
OpenPOWER on IntegriCloud