summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_host_edit.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/services_unbound_host_edit.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/services_unbound_host_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_host_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php
index 88f50b1..47e3350 100644
--- a/src/usr/local/www/services_unbound_host_edit.php
+++ b/src/usr/local/www/services_unbound_host_edit.php
@@ -230,7 +230,7 @@ if ($_GET['act'] == "addopt") {
array_push($pconfig['aliases']['item'], array('host' => null, 'domain' => null, 'description' => null));
}
-$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Edit Host Override"));
+$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("General Settings"), gettext("Edit Host Override"));
$shortcut_section = "resolver";
include("head.inc");
OpenPOWER on IntegriCloud