From ab9b8aadabb956870c102dadd922f51c00ac7cdc Mon Sep 17 00:00:00 2001 From: NOYB Date: Sat, 26 Mar 2016 00:29:04 -0700 Subject: Remove "we" personalizations. --- src/usr/local/www/interfaces.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www') 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'); -- cgit v1.1