summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
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