diff options
author | Randy Crowder <randyj.crowder@gmail.com> | 2013-10-16 14:08:33 -0400 |
---|---|---|
committer | Randy Crowder <randyj.crowder@gmail.com> | 2013-10-16 14:08:33 -0400 |
commit | a89ddf770a6aecc1c3eaf4ec267dbdbc0024ed2a (patch) | |
tree | d21025f9e74663a0a12a19fd54dd6c479da98de0 /config | |
parent | 1bb38a94a222ea4e9a6ed0602579f4beaee91ddc (diff) | |
download | pfsense-packages-a89ddf770a6aecc1c3eaf4ec267dbdbc0024ed2a.tar.gz pfsense-packages-a89ddf770a6aecc1c3eaf4ec267dbdbc0024ed2a.tar.bz2 pfsense-packages-a89ddf770a6aecc1c3eaf4ec267dbdbc0024ed2a.zip |
Fix dansguardian_ips_header.template to have correct tab name (i.e. ACLs instead of "Access Lists")
Diffstat (limited to 'config')
-rw-r--r-- | config/dansguardian/dansguardian_ips_header.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dansguardian/dansguardian_ips_header.template b/config/dansguardian/dansguardian_ips_header.template index 48eb3e68..f742d9ea 100644 --- a/config/dansguardian/dansguardian_ips_header.template +++ b/config/dansguardian/dansguardian_ips_header.template @@ -63,7 +63,7 @@ <url>/pkg_edit.php?xml=dansguardian_blacklist.xml&id=0</url> </tab> <tab> - <text>Access Lists</text> + <text>ACLs</text> <url>/pkg_edit.php?xml=dansguardian_site_acl.xml&id=0</url> </tab> <tab> @@ -111,4 +111,4 @@ <rows>12</rows> <encoding>base64</encoding> </field> -
\ No newline at end of file + |