Skip to content

Commit

Permalink
wizard: mention official site on menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Sep 22, 2024
1 parent d67d54c commit aedb555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wizard/PageMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit aedb555

Please sign in to comment.