summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-26 00:29:04 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-26 00:29:04 -0700
commitab9b8aadabb956870c102dadd922f51c00ac7cdc (patch)
tree05e7619aee9520c9b201908ed579a5edf5ca6987 /src
parentc9742b6a0ac01d836c97457e70d8362a23da3223 (diff)
downloadpfsense-ab9b8aadabb956870c102dadd922f51c00ac7cdc.zip
pfsense-ab9b8aadabb956870c102dadd922f51c00ac7cdc.tar.gz
Remove "we" personalizations.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index c2b7146..cd16281 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2404,7 +2404,7 @@ $section->addInput(new Form_Select(
'6RD IPv4 Prefix length',
$pconfig['prefix-6rd-v4plen'],
array_combine(range(0, 32), range(0, 32))
-))->setHelp('6RD IPv4 prefix length. Normally specified by the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD prefix.');
+))->setHelp('6RD IPv4 prefix length. Normally specified by the ISP. A value of 0 means embed the entire IPv4 address in the 6RD prefix.');
$form->add($section);
@@ -3377,7 +3377,7 @@ events.push(function() {
if (textStatus === "error" && request.getResponseHeader("Content-Type") === "text/plain") {
alert(request.responseText);
} else {
- alert("Sorry, we could not create the IPv4 gateway at this time.");
+ alert("Could not create the IPv4 gateway at this time.");
}
$("#newgateway").modal('hide');
@@ -3426,7 +3426,7 @@ events.push(function() {
if (textStatus === "error" && request.getResponseHeader("Content-Type") === "text/plain") {
alert(request.responseText);
} else {
- alert("Sorry, we could not create the IPv6 gateway at this time.");
+ alert("Could not create the IPv6 gateway at this time.");
}
$("#newgateway6").modal('hide');
OpenPOWER on IntegriCloud