From ec1c8e5aae1bd8c0612ac1381319eb318b7a0ee5 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Wed, 10 Feb 2016 22:00:27 -0600 Subject: Change NAT '1 to 1' spelling to '1:1', since latter is used everywhere else --- src/usr/local/www/firewall_nat_1to1.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/firewall_nat_1to1.php') 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); ?>
-

+

-- cgit v1.1