diff --git a/run/network.sh b/run/network.sh
index 58d49ac..c24dd5b 100644
--- a/run/network.sh
+++ b/run/network.sh
@@ -229,7 +229,7 @@ else
configureDHCP
# Display the received IP on port 5000
- HTML="DSM is using a different IP address.
(Check the logfile to see which one was assigned.)"
+ HTML="DSM is using another IP address.
(Check the logfile to see which one was assigned.)"
pkill -f server.sh || true
/run/server.sh 80 "${HTML}" > /dev/null &