aboutsummaryrefslogtreecommitdiffstats
path: root/config/zabbix2-agent/zabbix2-agent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/zabbix2-agent/zabbix2-agent.xml')
-rw-r--r--config/zabbix2-agent/zabbix2-agent.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zabbix2-agent/zabbix2-agent.xml b/config/zabbix2-agent/zabbix2-agent.xml
index 6d83a0bd..6d95e81b 100644
--- a/config/zabbix2-agent/zabbix2-agent.xml
+++ b/config/zabbix2-agent/zabbix2-agent.xml
@@ -183,7 +183,7 @@
$ListenIP=$_POST['listenip'];
if (!preg_match("/^(?:\d{1,3}\.){3}\d{1,3}$/", $ListenIP)) {
- $input_errors[]='Listen IP is not ip-adress.';
+ $input_errors[]='Listen IP is not an IP address.';
}
$ListenPort=$_POST['listenport'];