summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-10 22:00:27 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-10 22:00:27 -0600
commitec1c8e5aae1bd8c0612ac1381319eb318b7a0ee5 (patch)
treea62276ebd5659262bd8fb930e38b4d546d8fec29 /src/usr/local/www/firewall_nat_1to1.php
parent5f88f964a6939a9b15cbf95acd9b4c0c57fa0d08 (diff)
downloadpfsense-ec1c8e5aae1bd8c0612ac1381319eb318b7a0ee5.zip
pfsense-ec1c8e5aae1bd8c0612ac1381319eb318b7a0ee5.tar.gz
Change NAT '1 to 1' spelling to '1:1', since latter is used everywhere else
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index 4661e70..50c48ff 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -144,7 +144,7 @@ if (isset($_POST['del_x'])) {
} else {
$a_1to1[$_GET['id']]['disabled'] = true;
}
- if (write_config(gettext("Firewall: NAT: 1 to 1, enable/disable NAT rule"))) {
+ if (write_config(gettext("Firewall: NAT: 1:1, enable/disable NAT rule"))) {
mark_subsystem_dirty('natconf');
}
header("Location: firewall_nat_1to1.php");
@@ -173,7 +173,7 @@ display_top_tabs($tab_array);
?>
<form action="firewall_nat_1to1.php" method="post">
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title"><?=gettext("NAT 1 to 1 mappings")?></h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext("NAT 1:1 Mappings")?></h2></div>
<div id="mainarea" class="table-responsive panel-body">
<table class="table table-striped table-hover table-condensed">
<thead>
OpenPOWER on IntegriCloud