diff --git a/server.sh b/server.sh
index 9378eac..16f22ce 100644
--- a/server.sh
+++ b/server.sh
@@ -2,7 +2,7 @@
set -eu
-HTML="
Please wait while Synology is installing...
"
+HTML="Please wait while Virtual DSM is installing...
"
RESPONSE="HTTP/1.1 200 OK\r\nConnection: close\r\n\r\n$HTML\r\n"
while { echo -en "$RESPONSE"; } | nc -lN "${1:-8080}"; do