mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
touch up text
This commit is contained in:
parent
29f7fa3bc1
commit
2dead96d5f
@ -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");
|
||||
<td width="22%" valign="top" class="vncellreq">IP address</td>
|
||||
<td width="78%" class="vtable">
|
||||
<?=$mandfldhtml;?><input name="ip" type="text" class="formfld unknown" id="ip" size="40" value="<?=htmlspecialchars($pconfig['ip']);?>">
|
||||
<br> <span class="vexpl">IP address of the authoritative dns server for this domain<br>
|
||||
<br> <span class="vexpl">IP address of the authoritative DNS server for this domain<br>
|
||||
e.g. <em>192.168.100.100</em></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user