summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system_routes.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index 57c37ee..a425a1a 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -118,10 +118,10 @@ include("head.inc");
<tr>
<td>
<?php
- $tab_array = array();
- $tab_array[0] = array("Gateways", false, "system_gateways.php");
- $tab_array[1] = array("Routes", true, "system_routes.php");
- display_top_tabs($tab_array);
+ $tab_array = array();
+ $tab_array[0] = array("Gateways", false, "system_gateways.php");
+ $tab_array[1] = array("Static Routes", true, "system_routes.php");
+ display_top_tabs($tab_array);
?>
</td>
</tr>
OpenPOWER on IntegriCloud