From aedb555ceb40b613a4dcbb7d7289df00378c3d80 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sun, 22 Sep 2024 21:19:20 +0200 Subject: [PATCH] wizard: mention official site on menu --- src/wizard/PageMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wizard/PageMenu.cpp b/src/wizard/PageMenu.cpp index 6292645..ac33769 100644 --- a/src/wizard/PageMenu.cpp +++ b/src/wizard/PageMenu.cpp @@ -18,7 +18,7 @@ PageMenu::PageMenu(WizardFields *fields, WalletKeysFilesModel *wallets, QWidget ui->setupUi(this); this->setButtonText(QWizard::FinishButton, "Open recent wallet"); - ui->label_version->setText(QString("Feather %1 — by dsc & tobtoht").arg(FEATHER_VERSION)); + ui->label_version->setText(QString("Feather %1 — by featherwallet.org").arg(FEATHER_VERSION)); QString settingsSkin = conf()->get(Config::skin).toString(); }