From 47ecf99f9fa22abf50629d637fcf428cf8db06f7 Mon Sep 17 00:00:00 2001 From: ncoelho Date: Sat, 21 Mar 2020 12:25:41 +0100 Subject: [PATCH] improved copies and removed icon --- loc/en.js | 12 ++++++------ screen/plausibledeniability.js | 5 ----- screen/settings/encryptStorage.js | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/loc/en.js b/loc/en.js index 376cf12d4..f91d0fe07 100644 --- a/loc/en.js +++ b/loc/en.js @@ -176,7 +176,7 @@ module.exports = { }, settings: { header: 'settings', - plausible_deniability: 'Plausible deniability...', + plausible_deniability: 'Plausible deniability', storage_not_encrypted: 'Storage: not encrypted', storage_encrypted: 'Storage: encrypted', password: 'Password', @@ -204,14 +204,14 @@ module.exports = { 'password. To keep your coins safe, BlueWallet can create another ' + 'encrypted storage, with a different password. Under pressure, ' + 'you can disclose this password to a 3rd party. If entered in ' + - "BlueWallet, it will unlock new 'fake' storage. This will seem " + - 'legit to a 3rd party, but will secretly keep your main storage ' + + "BlueWallet, it will unlock a new 'fake' storage. This will seem " + + 'legit to a 3rd party, but it will secretly keep your main storage ' + 'with coins safe.', - help2: 'New storage will be fully functional, and you can store some ' + 'minimum amounts there so it looks more believable.', - create_fake_storage: 'Create fake encrypted storage', + help2: 'The new storage will be fully functional, and you can store some ' + 'minimum amounts there so it looks more believable.', + create_fake_storage: 'Create Encrypted storage', go_back: 'Go Back', create_password: 'Create a password', - create_password_explanation: 'Password for fake storage should not match password for your main storage', + create_password_explanation: 'Password for fake storage should not match the password for your main storage', password_should_not_match: 'Password is currently in use. Please, try a different password.', retype_password: 'Retype password', passwords_do_not_match: 'Passwords do not match, try again', diff --git a/screen/plausibledeniability.js b/screen/plausibledeniability.js index 25eaed498..54549e6a0 100644 --- a/screen/plausibledeniability.js +++ b/screen/plausibledeniability.js @@ -48,11 +48,6 @@ export default class PlausibleDeniability extends Component { { let p1 = await prompt(loc.plausibledeniability.create_password, loc.plausibledeniability.create_password_explanation); diff --git a/screen/settings/encryptStorage.js b/screen/settings/encryptStorage.js index f0e4355ff..ea6845b20 100644 --- a/screen/settings/encryptStorage.js +++ b/screen/settings/encryptStorage.js @@ -149,7 +149,7 @@ export default class EncryptStorage extends Component { {this.state.biometrics.biometricsType} will be used to confirm your identity prior to making a transaction, unlocking, - exporting or deleting wallet. {this.state.biometrics.biometricsType} will not be used to unlock an encrypted storage. + exporting or deleting a wallet. {this.state.biometrics.biometricsType} will not be used to unlock an encrypted storage.