summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 08:04:00 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 08:28:54 -0400
commit5c87b716f3dec6b93eef72ee7ebb57c304518e87 (patch)
treed0d294684617099f358fd41cadd5d0c42bab280b /src/usr/local/www/firewall_aliases.php
parent40f00b738cd8185d2c332483c0ea4a455b40780c (diff)
downloadpfsense-5c87b716f3dec6b93eef72ee7ebb57c304518e87.zip
pfsense-5c87b716f3dec6b93eef72ee7ebb57c304518e87.tar.gz
Merge pull request #2808 from NOYB/Firewall_/_Aliases_-_Remove_Personalizations
(cherry picked from commit e8ea99014a38450ae28d58a6daf0cc60a33ff1e0)
Diffstat (limited to 'src/usr/local/www/firewall_aliases.php')
-rw-r--r--src/usr/local/www/firewall_aliases.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_aliases.php b/src/usr/local/www/firewall_aliases.php
index b49a82e..71d3fce 100644
--- a/src/usr/local/www/firewall_aliases.php
+++ b/src/usr/local/www/firewall_aliases.php
@@ -208,7 +208,7 @@ if ($savemsg) {
}
if (is_subsystem_dirty('aliases')) {
- print_apply_box(gettext("The alias list has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
+ print_apply_box(gettext("The alias list has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
}
display_top_tabs($tab_array);
@@ -318,8 +318,8 @@ display_top_tabs($tab_array);
<div class="infoblock">
<?php print_info_box(gettext('Aliases act as placeholders for real hosts, networks or ports. They can be used to minimize the number ' .
'of changes that have to be made if a host, network or port changes. <br />' .
- 'You can enter the name of an alias instead of the host, network or port where indicated. The alias will be resolved according to the list above.' . '<br />' .
- 'If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.'), 'info', false); ?>
+ 'The name of an alias can be entered instead of the host, network or port where indicated. The alias will be resolved according to the list above.' . '<br />' .
+ 'If an alias cannot be resolved (e.g. because it was deleted), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.'), 'info', false); ?>
</div>
</div>
OpenPOWER on IntegriCloud