]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
wizard: mention official site on menu
authortobtoht <tob@featherwallet.org>
Sun, 22 Sep 2024 19:19:20 +0000 (21:19 +0200)
committertobtoht <tob@featherwallet.org>
Sun, 22 Sep 2024 19:19:20 +0000 (21:19 +0200)
src/wizard/PageMenu.cpp

index 6292645c43f9541138a90ef4ef52cf4721645b26..ac337690fc4cf4e33df0e303dd1f6f152dc75641 100644 (file)
@@ -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();
 }