Skip to content

Commit

Permalink
Merge bitcoin#1151: Rewording text under Change Wallet Passphrase
Browse files Browse the repository at this point in the history
95bba7a Rewording text under Change Wallet Passphrase (NoobieDev12)

Pull request description:

ACKs for top commit:
  random-zebra:
    Text updated. ACK 95bba7a
  furszy:
    utACK 95bba7a

Tree-SHA512: 97598e8cee272f76e2950095f7974973ecc13f0dbb2cad63e1e26a93249afd8b6dbdbac7ae7376c6261c226abe98d6752bda2f6351c112cc3aafb2713c4761fd
  • Loading branch information
furszy committed Dec 3, 2019
2 parents 1ae53d0 + 95bba7a commit da3bea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/pivx/settings/settingsbackupwallet.cpp
Expand Up @@ -34,7 +34,7 @@ SettingsBackupWallet::SettingsBackupWallet(PIVXGUI* _window, QWidget *parent) :
ui->labelSubtitle1->setText(tr("Keep your wallet safe doing regular backups, store your backup file externally.\nThis option creates a wallet.dat file that can be used to recover your whole balance (transactions and addresses) from another device."));
ui->labelSubtitle1->setProperty("cssClass", "text-subtitle");

ui->labelSubtitle_2->setText(tr("Change your wallet encryption passphrase for another one that you like. This will decrypt and encrypt your whole data under the new passphrase.\nRemember to write it down to not lose access to your funds."));
ui->labelSubtitle_2->setText(tr("This will decrypt the whole wallet data and encrypt it back with the new passphrase.\nRemember to write it down and store it safely, otherwise you might lose access to your funds."));
ui->labelSubtitle_2->setProperty("cssClass", "text-subtitle");

// Location
Expand Down

0 comments on commit da3bea5

Please sign in to comment.