diff --git a/ground/openpilotgcs/src/plugins/setupwizard/pages/autoupdatepage.cpp b/ground/openpilotgcs/src/plugins/setupwizard/pages/autoupdatepage.cpp index f5e664917..0a99abd18 100644 --- a/ground/openpilotgcs/src/plugins/setupwizard/pages/autoupdatepage.cpp +++ b/ground/openpilotgcs/src/plugins/setupwizard/pages/autoupdatepage.cpp @@ -53,7 +53,7 @@ void AutoUpdatePage::updateStatus(uploader::AutoUpdateStep status, QVariant valu ui->statusLabel->setText("Booting the board"); break; case uploader::SUCCESS: - ui->statusLabel->setText("Board Updated"); + ui->statusLabel->setText("Board Updated, please press the 'next' button below"); break; case uploader::FAILURE: ui->statusLabel->setText("Something went wrong, you will have to manualy upgrade the board using the uploader plugin");