aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/zabbix-agent/zabbix-agent.xml2
-rw-r--r--config/zabbix2-agent/zabbix2-agent.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/zabbix-agent/zabbix-agent.xml b/config/zabbix-agent/zabbix-agent.xml
index ce0e2339..5a862496 100644
--- a/config/zabbix-agent/zabbix-agent.xml
+++ b/config/zabbix-agent/zabbix-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'];
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'];