summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-03-24 10:12:29 +0545
committerPhil Davis <phil.davis@inf.org>2017-03-24 10:12:29 +0545
commitf3e8f7f5e64b792c3a147b363943bdb9cae427c8 (patch)
tree1f26371a7ac15a94e562d52139eb04f4b5720bef /src/usr/local/www/interfaces_bridge_edit.php
parent224e1648174e4a27b7f091fe348a81c74bacf23e (diff)
downloadpfsense-f3e8f7f5e64b792c3a147b363943bdb9cae427c8.zip
pfsense-f3e8f7f5e64b792c3a147b363943bdb9cae427c8.tar.gz
Redmine #7422 remove bogus z at end of words
Diffstat (limited to 'src/usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--src/usr/local/www/interfaces_bridge_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php
index dbcbb2b..2db6f54 100644
--- a/src/usr/local/www/interfaces_bridge_edit.php
+++ b/src/usr/local/www/interfaces_bridge_edit.php
@@ -186,7 +186,7 @@ if ($_POST['save']) {
if (is_array($_POST['static'])) {
foreach ($_POST['static'] as $ifstatic) {
if (is_array($_POST['members']) && !in_array($ifstatic, $_POST['members'])) {
- $input_errors[] = sprintf(gettext('Sticky interface (%s) is not part of the bridge. Remove the sticky interface to continuez.'), $ifacelist[$ifstatic]);
+ $input_errors[] = sprintf(gettext('Sticky interface (%s) is not part of the bridge. Remove the sticky interface to continue.'), $ifacelist[$ifstatic]);
}
}
$pconfig['static'] = implode(',', $_POST['static']);
@@ -450,7 +450,7 @@ $section->addInput(new Form_Select(
$spanlist['list'],
true
))->setHelp('Add the interface named by interface as a span port on the bridge. Span ports transmit a copy of every frame received by the bridge. ' .
- 'This is most useful for snooping a bridged network passively on another host connected to one of the span ports of the bridgez. %1$s' .
+ 'This is most useful for snooping a bridged network passively on another host connected to one of the span ports of the bridge. %1$s' .
'%2$sThe span interface cannot be part of the bridge member interfaces.%3$s', '<br />', '<strong>', '</strong>');
$edgelist = build_port_list($pconfig['edge']);
OpenPOWER on IntegriCloud