summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-22 17:34:02 +0545
committerRenato Botelho <renato@netgate.com>2017-01-23 18:09:46 -0200
commit31fa91214ac45fddd3123372d3158cb8350c742a (patch)
tree1d6f3f142f8a2b526d31b599f70b531dd1e9f929 /src/usr
parent121a1ac2d783daf8bb7a0de2da0646fb8d249924 (diff)
downloadpfsense-31fa91214ac45fddd3123372d3158cb8350c742a.zip
pfsense-31fa91214ac45fddd3123372d3158cb8350c742a.tar.gz
6RD Border Relay input error message
This field is labelled "6RD Border Relay" on the main UI. It confused me for a moment when I got this message "6RD Border Gateway must be an IPv4 address." since there was no field with that label in the 6RD section of the UI. It would be good to use the same terminology in both places. (cherry picked from commit 1a9ec5cc9ead61a7ceb814209e245a14c79db53a)
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index f717fe7..136f2b8 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -651,7 +651,7 @@ if ($_POST['apply']) {
}
}
if (!is_ipaddrv4($_POST['gateway-6rd'])) {
- $input_errors[] = gettext("6RD Border Gateway must be an IPv4 address.");
+ $input_errors[] = gettext("6RD Border Relay must be an IPv4 address.");
}
if (in_array($wancfg['ipaddrv6'], array())) {
$input_errors[] = sprintf(gettext("The interface must be reassigned to configure as %s."), $_POST['type6']);
OpenPOWER on IntegriCloud