Skip to content

Commit

Permalink
Rewording text under Change Wallet Passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
ambassador000 authored and random-zebra committed Dec 3, 2019
1 parent c6e238c commit 95bba7a
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 95bba7a

Please sign in to comment.