summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index fe466da..57d1e4d 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -295,7 +295,8 @@ include("head.inc");
} else {
$selected = "";
}
- echo "<option value='$interface' $selected>". ucwords($interface) ."</option>\n";
+ $friendly_interface = convert_friendly_interface_to_friendly_descr($interface);
+ echo "<option value='$interface' $selected>". ucwords($friendly_interface) ."</option>\n";
}
}
?>
OpenPOWER on IntegriCloud