summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-12-16 12:41:59 -0500
committerjim-p <jimp@pfsense.org>2014-12-16 12:41:59 -0500
commit6f49b97d1c9f9da777cf11f642ea213419bc1876 (patch)
tree82268eb0990352a23881d19c24391d15556497a6 /usr/local/www/services_dhcpv6_edit.php
parent0f6804787a783c1c89ceec8e0872727bd10e3f99 (diff)
downloadpfsense-6f49b97d1c9f9da777cf11f642ea213419bc1876.zip
pfsense-6f49b97d1c9f9da777cf11f642ea213419bc1876.tar.gz
The ID in DUID is Identifier.
See also: ATM Machine, ISP Provider, DMZ Zone, LCD Display, GMT Time...
Diffstat (limited to 'usr/local/www/services_dhcpv6_edit.php')
-rw-r--r--usr/local/www/services_dhcpv6_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php
index e2e2fb1..561d6f9 100644
--- a/usr/local/www/services_dhcpv6_edit.php
+++ b/usr/local/www/services_dhcpv6_edit.php
@@ -112,7 +112,7 @@ if ($_POST) {
/* input validation */
$reqdfields = explode(" ", "duid");
- $reqdfieldsn = array(gettext("DUID Identifier"));
+ $reqdfieldsn = array(gettext("DUID"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
@@ -132,7 +132,7 @@ if ($_POST) {
$input_errors[] = gettext("A valid IPv6 address must be specified.");
}
if (empty($_POST['duid'])) {
- $input_errors[] = gettext("A valid DUID Identifier must be specified.");
+ $input_errors[] = gettext("A valid DUID must be specified.");
}
/* check for overlaps */
@@ -141,7 +141,7 @@ if ($_POST) {
continue;
if ((($mapent['hostname'] == $_POST['hostname']) && $mapent['hostname']) || ($mapent['duid'] == $_POST['duid'])) {
- $input_errors[] = gettext("This Hostname, IP or DUID Identifier already exists.");
+ $input_errors[] = gettext("This Hostname, IP or DUID already exists.");
break;
}
}
@@ -198,11 +198,11 @@ include("head.inc");
<td colspan="2" valign="top" class="listtopic"><?=gettext("Static DHCPv6 Mapping");?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("DUID Identifier");?></td>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("DUID");?></td>
<td width="78%" class="vtable">
<input name="duid" type="text" class="formfld unknown" id="duid" size="40" value="<?=htmlspecialchars($pconfig['duid']);?>" />
<br />
- <span class="vexpl"><?=gettext("Enter a DUID Identifier in the following format: ");?><br />
+ <span class="vexpl"><?=gettext("Enter a DUID in the following format: ");?><br />
"DUID-LLT - ETH -- TIME --- ---- address ----" <br />
"xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"</span></td>
</tr>
OpenPOWER on IntegriCloud