summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-03 19:54:21 +0200
committerheper <heper@users.noreply.github.com>2015-10-03 19:54:21 +0200
commit16f996b3ea1b222eb529bc3ad6e85b78d80fee54 (patch)
tree2ea124d340accc84ff3273dc9596ae369709cc3d /src/usr/local/www/firewall_aliases_edit.php
parentdda43901f5ec558938d3fa1ce13e7857ca334d27 (diff)
downloadpfsense-16f996b3ea1b222eb529bc3ad6e85b78d80fee54.zip
pfsense-16f996b3ea1b222eb529bc3ad6e85b78d80fee54.tar.gz
Update firewall_aliases_edit.php
Diffstat (limited to 'src/usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xsrc/usr/local/www/firewall_aliases_edit.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/firewall_aliases_edit.php b/src/usr/local/www/firewall_aliases_edit.php
index 885182f..2e5fadc 100755
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -566,13 +566,13 @@ $section_str = array(
);
$btn_str = array(
- 'network' => gettext("Network"),
- 'host' => gettext("Host"),
- 'port' => gettext("Port"),
- 'url' => gettext("URL"),
- 'url_ports' => gettext("URL"),
- 'urltable' => gettext("URL Table)"),
- 'urltable_ports' => gettext("URL Table")
+ 'network' => gettext("Add Network"),
+ 'host' => gettext("Add Host"),
+ 'port' => gettext("Add Port"),
+ 'url' => gettext("Add URL"),
+ 'url_ports' => gettext("Add URL"),
+ 'urltable' => gettext("Add URL Table"),
+ 'urltable_ports' => gettext("Add URL Table")
);
$label_str = array(
OpenPOWER on IntegriCloud