summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 00:55:22 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commit544af3fe6bef7f8ea30a9b49735103a5224b9386 (patch)
tree26744daa3995f88c1bce54ceac8e4bb8a4d484da /src/usr/local/www/firewall_shaper.php
parent1176360c1dfced60d0f4604296458bb8ccd63e9f (diff)
downloadpfsense-544af3fe6bef7f8ea30a9b49735103a5224b9386.zip
pfsense-544af3fe6bef7f8ea30a9b49735103a5224b9386.tar.gz
Synchronize page titles with tab titles. Rename some titles in order to be more consistent.
Diffstat (limited to 'src/usr/local/www/firewall_shaper.php')
-rw-r--r--src/usr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_shaper.php b/src/usr/local/www/firewall_shaper.php
index 5259ca3..9b4bbe9 100644
--- a/src/usr/local/www/firewall_shaper.php
+++ b/src/usr/local/www/firewall_shaper.php
@@ -435,7 +435,7 @@ if (is_subsystem_dirty('shaper')) {
$tab_array = array();
$tab_array[] = array(gettext("By Interface"), true, "firewall_shaper.php");
$tab_array[] = array(gettext("By Queue"), false, "firewall_shaper_queues.php");
-$tab_array[] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php");
+$tab_array[] = array(gettext("Limiters"), false, "firewall_shaper_vinterface.php");
$tab_array[] = array(gettext("Wizards"), false, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud