summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-07 23:04:20 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-07 23:04:20 -0600
commitb25ccd048e7c27a388e313a8fdfa7f25895e4e5b (patch)
tree3555606fd4a6364bc6b29f2e6415975e86278447 /usr/local/www/interfaces.php
parent2a691e343b867938487e0b26751727a9c6294df1 (diff)
downloadpfsense-b25ccd048e7c27a388e313a8fdfa7f25895e4e5b.zip
pfsense-b25ccd048e7c27a388e313a8fdfa7f25895e4e5b.tar.gz
fix up text
Diffstat (limited to 'usr/local/www/interfaces.php')
-rw-r--r--usr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index e96b3e4..06b1de2 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -619,7 +619,7 @@ if ($_POST['apply']) {
if ($config['interfaces'][$ifent]['ipaddrv6'] == 'track6' &&
$config['interfaces'][$ifent]['track6-interface'] == $_POST['track6-interface'] &&
$config['interfaces'][$ifent]['track6-prefix-id'] == $track6_prefix_id)
- $input_errors[] = sprintf(gettext("This track6 prefix id is already being used in %s."), $ifdescr);
+ $input_errors[] = sprintf(gettext("This track6 prefix ID is already being used in %s."), $ifdescr);
}
}
}
@@ -2570,7 +2570,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<span id="track6-prefix-id-range"></span>
<input type="hidden" id="track6-prefix-id-max" value="0"></input>
<br />
- <?= gettext("The value in this field is the (Delegated) IPv6 prefix id. This determines the configurable network ID based on the dynamic IPv6 connection"); ?>
+ <?= gettext("The value in this field is the (Delegated) IPv6 prefix ID. This determines the configurable network ID based on the dynamic IPv6 connection"); ?>
<br />
<?= gettext("default value is 0."); ?>
</td>
OpenPOWER on IntegriCloud