summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php4
-rw-r--r--src/usr/local/www/firewall_nat_1to1_edit.php2
2 files changed, 3 insertions, 3 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>
diff --git a/src/usr/local/www/firewall_nat_1to1_edit.php b/src/usr/local/www/firewall_nat_1to1_edit.php
index 4b6178f..b6dfce8 100644
--- a/src/usr/local/www/firewall_nat_1to1_edit.php
+++ b/src/usr/local/www/firewall_nat_1to1_edit.php
@@ -397,7 +397,7 @@ $form = new Form(new Form_Button(
gettext("Save")
));
-$section = new Form_Section('Edit NAT 1 to 1 entry');
+$section = new Form_Section('Edit NAT 1:1 Entry');
$section->addInput(new Form_Checkbox(
'nobinat',
OpenPOWER on IntegriCloud