summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:28:53 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:28:58 -0400
commit152d81c244fb8535132f0aef1d17a94c143bb2d6 (patch)
tree2bde93e5bffbc29acde19e5d72c658584f7fbac8 /src/usr/local/www/services_igmpproxy.php
parent7194b250bafc1fc63427353e608ff9d76b4404d1 (diff)
downloadpfsense-152d81c244fb8535132f0aef1d17a94c143bb2d6.zip
pfsense-152d81c244fb8535132f0aef1d17a94c143bb2d6.tar.gz
Merge pull request #2818 from NOYB/Services_/_IGMP_Proxy_-_Remove_Personalizations
(cherry picked from commit 81513d46cb78834b2dbd4e9f585b0a8b38d75e07)
Diffstat (limited to 'src/usr/local/www/services_igmpproxy.php')
-rw-r--r--src/usr/local/www/services_igmpproxy.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_igmpproxy.php b/src/usr/local/www/services_igmpproxy.php
index b2e1ab3..40344b3 100644
--- a/src/usr/local/www/services_igmpproxy.php
+++ b/src/usr/local/www/services_igmpproxy.php
@@ -106,7 +106,7 @@ if ($savemsg) {
}
if (is_subsystem_dirty('igmpproxy')) {
- print_apply_box(gettext('The IGMP entry list has been changed.') . '<br />' . gettext('You must apply the changes in order for them to take effect.'));
+ print_apply_box(gettext('The IGMP entry list has been changed.') . '<br />' . gettext('The changes must be applied for them to take effect.'));
}
?>
@@ -180,7 +180,7 @@ endforeach;
</nav>
<div class="infoblock">
-<?php print_info_box(gettext('Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. ' .
+<?php print_info_box(gettext('Please add the interface for upstream, the allowed subnets, and the downstream interfaces for the proxy to allow. ' .
'Only one "upstream" interface can be configured.'), 'info', false); ?>
</div>
<?php
OpenPOWER on IntegriCloud