diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp
index 9912242..0bf0db6 100644
--- a/WebCfgServer.cpp
+++ b/WebCfgServer.cpp
@@ -568,7 +568,7 @@ void WebCfgServer::buildOtaHtml(String &response)
response.concat("
");
- response.concat("Initiating Over-the-air update. This will take about a minute, please be patient.
You will be forwarded automatically when the update is complete.
");
+ response.concat("Initiating Over-the-air update. This will take about two minutes, please be patient.
You will be forwarded automatically when the update is complete.
");
response.concat("");