diff options
author | thompsa <andy@fud.org.nz> | 2010-02-10 11:24:28 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-02-10 11:24:28 +1300 |
commit | 7742257f25d341f3b63203e11a8b9defdb651d55 (patch) | |
tree | ba1b160f40e478086e3190bd327407608d302ea6 /config/haproxy-dev | |
parent | 3fbe9036f49c5e219324858aaf446de9437ca642 (diff) | |
download | pfsense-packages-7742257f25d341f3b63203e11a8b9defdb651d55.tar.gz pfsense-packages-7742257f25d341f3b63203e11a8b9defdb651d55.tar.bz2 pfsense-packages-7742257f25d341f3b63203e11a8b9defdb651d55.zip |
Fix text to read Listener.
Diffstat (limited to 'config/haproxy-dev')
-rwxr-xr-x | config/haproxy-dev/haproxy_listeners_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-dev/haproxy_listeners_edit.php b/config/haproxy-dev/haproxy_listeners_edit.php index fc665ea9..1c7feb77 100755 --- a/config/haproxy-dev/haproxy_listeners_edit.php +++ b/config/haproxy-dev/haproxy_listeners_edit.php @@ -152,7 +152,7 @@ if ($_POST) { /* Ensure that our pool names are unique */ for ($i=0; isset($config['installedpackages']['haproxy']['ha_backends']['item'][$i]); $i++) if (($_POST['name'] == $config['installedpackages']['haproxy']['ha_backends']['item'][$i]['name']) && ($i != $id)) - $input_errors[] = "This backend name has already been used. Frontend names must be unique."; + $input_errors[] = "This listener name has already been used. Listener names must be unique."; $a_acl=array(); $acl_names=array(); |