Skip to content

Commit

Permalink
Updated Passphrase Screen
Browse files Browse the repository at this point in the history
Updated Passphrase Screen
  • Loading branch information
lyricidal committed Jun 9, 2018
1 parent b0a9dab commit 0a4d9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/askpassphrasedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
case Encrypt: // Ask passphrase x2
ui->passLabel1->hide();
ui->passEdit1->hide();
ui->warningLabel->setText(tr("Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>."));
ui->warningLabel->setText(tr("<b><center>PLEASE NOTE: NO ONE CAN RECOVER YOUR PASSWORD. PLEASE MAKE SURE TO REMEMBER/KEEP IT SAFE.</center></b><center>Also recommend to <b>dumpprivkey wallet.txt</b> in <b>Debug Console</b> to save your Private Keys to a text file as well.</center><br/>Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>."));
setWindowTitle(tr("Encrypt wallet"));
break;
case UnlockStaking:
Expand Down

0 comments on commit 0a4d9bd

Please sign in to comment.