summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index f120688..a433698 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -258,7 +258,7 @@ if (isset($_POST['apply'])) {
} elseif ($config['interfaces'][$if]['ipaddrv6'] == 'track6' &&
!Net_IPv6::isInNetmask($_POST['range_from'], '::', $ifcfgsn)) {
$input_errors[] = sprintf(gettext(
- "The prefix (upper %s bits) must be zero. Use the form %s"),
+ 'The prefix (upper %1$s bits) must be zero. Use the form %2$s'),
$ifcfgsn, $str_help_mask);
$range_from_to_ok = false;
}
@@ -270,7 +270,7 @@ if (isset($_POST['apply'])) {
} elseif ($config['interfaces'][$if]['ipaddrv6'] == 'track6' &&
!Net_IPv6::isInNetmask($_POST['range_to'], '::', $ifcfgsn)) {
$input_errors[] = sprintf(gettext(
- "The prefix (upper %s bits) must be zero. Use the form %s"),
+ 'The prefix (upper %1$s bits) must be zero. Use the form %2$s'),
$ifcfgsn, $str_help_mask);
$range_from_to_ok = false;
}
OpenPOWER on IntegriCloud