summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_dnsmasq_edit.php')
-rw-r--r--src/usr/local/www/services_dnsmasq_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_dnsmasq_edit.php b/src/usr/local/www/services_dnsmasq_edit.php
index bea2fc8..50910fc 100644
--- a/src/usr/local/www/services_dnsmasq_edit.php
+++ b/src/usr/local/www/services_dnsmasq_edit.php
@@ -203,7 +203,7 @@ if($_GET['act'] == "addopt") {
array_push($pconfig['aliases']['item'], array('host' => null, 'domain' => null, 'description' => null));
}
-$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host"));
+$pgtitle = array(gettext("Services"),gettext("DNS Forwarder"),gettext("Edit Host Override"));
$shortcut_section = "forwarder";
include("head.inc");
@@ -214,7 +214,7 @@ require_once('classes/Form.class.php');
$form = new Form();
-$section = new Form_Section('Domain override options');
+$section = new Form_Section('Host override options');
$section->addInput(new Form_Input(
'host',
@@ -278,7 +278,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,
@@ -302,7 +302,7 @@ if( $pconfig['aliases']['item']) {
$btnaddopt = new Form_Button(
'btnaddopt',
- 'Add Option',
+ 'Add Host name',
'services_dnsmasq_edit.php?act=addopt'
);
OpenPOWER on IntegriCloud