From: tobtoht Date: Sun, 22 Sep 2024 19:19:20 +0000 (+0200) Subject: wizard: mention official site on menu X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=aedb555ceb40b613a4dcbb7d7289df00378c3d80;p=gamesguru%2Ffeather.git wizard: mention official site on menu --- diff --git a/src/wizard/PageMenu.cpp b/src/wizard/PageMenu.cpp index 6292645c..ac337690 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(); }