diff --git a/usr/local/www/services_dnsmasq_domainoverride_edit.php b/usr/local/www/services_dnsmasq_domainoverride_edit.php index 4090d27800..e3cd325401 100755 --- a/usr/local/www/services_dnsmasq_domainoverride_edit.php +++ b/usr/local/www/services_dnsmasq_domainoverride_edit.php @@ -69,7 +69,7 @@ if ($_POST) { continue; if (($doment['host'] == $_POST['host']) && ($doment['domain'] == $_POST['domain'])) { - $input_errors[] = "A override already exists for this domain."; + $input_errors[] = "An override already exists for this domain."; break; } } @@ -115,7 +115,7 @@ include("head.inc"); IP address -
IP address of the authoritative dns server for this domain
+
IP address of the authoritative DNS server for this domain
e.g. 192.168.100.100