mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 09:47:36 +00:00
Wizard: Change date format for clarity
This commit is contained in:
parent
3d646fb345
commit
9a97c44d4c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void PageSetRestoreHeight::onRestoreHeightEdited() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PageSetRestoreHeight::showScanWarning(const QDateTime &date) {
|
void PageSetRestoreHeight::showScanWarning(const QDateTime &date) {
|
||||||
QString dateString = date.toString("yyyy-MM-dd");
|
QString dateString = date.toString("MMMM dd, yyyy");
|
||||||
ui->label_scanWarning->setText(QString("Wallet will not scan for transactions before %1").arg(dateString));
|
ui->label_scanWarning->setText(QString("Wallet will not scan for transactions before %1").arg(dateString));
|
||||||
ui->frame_scanWarning->show();
|
ui->frame_scanWarning->show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue