change name

This commit is contained in:
wowario 2021-02-20 16:24:58 +03:00
parent 67dff741dd
commit d248aaf8b3
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ MenuPage::MenuPage(AppContext *ctx, WalletKeysFilesModel *wallets, QWidget *pare
, m_walletKeysFilesModel(wallets)
{
ui->setupUi(this);
this->setTitle("Welcome to feather-WOW");
this->setTitle("Welcome to WOWllet");
this->setButtonText(QWizard::FinishButton, "Open recent wallet");
}