Skip to content

Commit f68458b

Browse files
committed
edit page text
1 parent 7d83d64 commit f68458b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/WebServer/WebServer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ void WebServer::handleRebootPage(struct mg_connection *c, struct mg_http_message
470470
</style>
471471
</head>
472472
<body>
473-
<h1>Action Executed</h1>
473+
<h1>Reboot has been Executed</h1>
474474
<div class="panel">
475-
<p>The button press was received and the server-side code ran.</p>
475+
<p>The button press was received.</p>
476476
<p><a href="/">Back to status page</a></p>
477477
</div>
478478
</body>
@@ -526,7 +526,7 @@ void WebServer::handleRebootPage(struct mg_connection *c, struct mg_http_message
526526
</style>
527527
</head>
528528
<body>
529-
<h1>Reboot / Action Page</h1>
529+
<h1>Reboot Action Page</h1>
530530
<p><a href="/">Back to status page</a></p>
531531
<div class="panel">
532532
<p>Press the button below to REBOOT all packs.</p>

0 commit comments

Comments
 (0)