mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
updater: fix status text
This commit is contained in:
parent
2e91a0dc9f
commit
52546c5660
1 changed files with 1 additions and 1 deletions
|
@ -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?");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue