aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <andy@fud.org.nz>2010-02-10 11:24:28 +1300
committerthompsa <andy@fud.org.nz>2010-02-10 11:24:28 +1300
commit7742257f25d341f3b63203e11a8b9defdb651d55 (patch)
treeba1b160f40e478086e3190bd327407608d302ea6
parent3fbe9036f49c5e219324858aaf446de9437ca642 (diff)
downloadpfsense-packages-7742257f25d341f3b63203e11a8b9defdb651d55.tar.gz
pfsense-packages-7742257f25d341f3b63203e11a8b9defdb651d55.tar.bz2
pfsense-packages-7742257f25d341f3b63203e11a8b9defdb651d55.zip
Fix text to read Listener.
-rwxr-xr-xconfig/haproxy-dev/haproxy_listeners_edit.php2
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();