summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_host_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-06 00:35:33 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-06 00:35:33 +0545
commit9f5aa90fee88f49243e180f71bde47aad635c6c9 (patch)
tree6472f26f74a3de070c499aa2494523daf9ad989d /src/usr/local/www/services_unbound_host_edit.php
parent7e4b9edd77b690cf2bc27d98a68a9542fbbb31ae (diff)
downloadpfsense-9f5aa90fee88f49243e180f71bde47aad635c6c9.zip
pfsense-9f5aa90fee88f49243e180f71bde47aad635c6c9.tar.gz
Various text stuff on the UI
Diffstat (limited to 'src/usr/local/www/services_unbound_host_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_host_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php
index d0f9b6d..756257a 100644
--- a/src/usr/local/www/services_unbound_host_edit.php
+++ b/src/usr/local/www/services_unbound_host_edit.php
@@ -205,7 +205,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"));
+$pgtitle = array(gettext("Services"),gettext("DNS Resolver"),gettext("Edit Host Override"));
$shortcut_section = "resolver";
include("head.inc");
@@ -213,7 +213,7 @@ require_once('classes/Form.class.php');
$form = new Form();
-$section = new Form_Section('Edit DNS Rersolver Entry');
+$section = new Form_Section('Host override options');
$section->addInput(new Form_Input(
'host',
@@ -277,7 +277,7 @@ if( $pconfig['aliases']['item']) {
null,
'text',
$item['domain']
- ))->setHelp($counter == $last ? 'Value':null);
+ ))->setHelp($counter == $last ? 'Domain':null);
$group->add(new Form_Input(
'aliasdescription' . $counter,
@@ -301,7 +301,7 @@ if( $pconfig['aliases']['item']) {
$btnaddopt = new Form_Button(
'btnaddopt',
- 'Add Option',
+ 'Add Host name',
'services_unbound_host_edit.php?act=addopt'
);
OpenPOWER on IntegriCloud