Skip to content

Commit

Permalink
updater: fix status text
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Oct 9, 2024
1 parent 2e91a0d commit 52546c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/updater/UpdateDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void UpdateDialog::onInstallUpdate() {
}

if (m_updater->platformTag == "win-installer") {
this->setStatus("Installer written. Click 'restart' to close Feather and start the installer.");
this->setStatus("Installer written. Click 'Restart Feather' to close Feather and start the installer.");
} else {
this->setStatus("Installation successful. Do you want to restart Feather now?");
}
Expand Down

0 comments on commit 52546c5

Please sign in to comment.