mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
improved copies and removed icon
This commit is contained in:
parent
d6201aa804
commit
47ecf99f9f
3 changed files with 7 additions and 12 deletions
12
loc/en.js
12
loc/en.js
|
@ -176,7 +176,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
header: 'settings',
|
header: 'settings',
|
||||||
plausible_deniability: 'Plausible deniability...',
|
plausible_deniability: 'Plausible deniability',
|
||||||
storage_not_encrypted: 'Storage: not encrypted',
|
storage_not_encrypted: 'Storage: not encrypted',
|
||||||
storage_encrypted: 'Storage: encrypted',
|
storage_encrypted: 'Storage: encrypted',
|
||||||
password: 'Password',
|
password: 'Password',
|
||||||
|
@ -204,14 +204,14 @@ module.exports = {
|
||||||
'password. To keep your coins safe, BlueWallet can create another ' +
|
'password. To keep your coins safe, BlueWallet can create another ' +
|
||||||
'encrypted storage, with a different password. Under pressure, ' +
|
'encrypted storage, with a different password. Under pressure, ' +
|
||||||
'you can disclose this password to a 3rd party. If entered in ' +
|
'you can disclose this password to a 3rd party. If entered in ' +
|
||||||
"BlueWallet, it will unlock new 'fake' storage. This will seem " +
|
"BlueWallet, it will unlock a new 'fake' storage. This will seem " +
|
||||||
'legit to a 3rd party, but will secretly keep your main storage ' +
|
'legit to a 3rd party, but it will secretly keep your main storage ' +
|
||||||
'with coins safe.',
|
'with coins safe.',
|
||||||
help2: 'New storage will be fully functional, and you can store some ' + 'minimum amounts there so it looks more believable.',
|
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 fake encrypted storage',
|
create_fake_storage: 'Create Encrypted storage',
|
||||||
go_back: 'Go Back',
|
go_back: 'Go Back',
|
||||||
create_password: 'Create a password',
|
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.',
|
password_should_not_match: 'Password is currently in use. Please, try a different password.',
|
||||||
retype_password: 'Retype password',
|
retype_password: 'Retype password',
|
||||||
passwords_do_not_match: 'Passwords do not match, try again',
|
passwords_do_not_match: 'Passwords do not match, try again',
|
||||||
|
|
|
@ -48,11 +48,6 @@ export default class PlausibleDeniability extends Component {
|
||||||
|
|
||||||
<BlueButton
|
<BlueButton
|
||||||
testID="CreateFakeStorageButton"
|
testID="CreateFakeStorageButton"
|
||||||
icon={{
|
|
||||||
name: 'shield',
|
|
||||||
type: 'font-awesome',
|
|
||||||
color: BlueApp.settings.buttonTextColor,
|
|
||||||
}}
|
|
||||||
title={loc.plausibledeniability.create_fake_storage}
|
title={loc.plausibledeniability.create_fake_storage}
|
||||||
onPress={async () => {
|
onPress={async () => {
|
||||||
let p1 = await prompt(loc.plausibledeniability.create_password, loc.plausibledeniability.create_password_explanation);
|
let p1 = await prompt(loc.plausibledeniability.create_password, loc.plausibledeniability.create_password_explanation);
|
||||||
|
|
|
@ -149,7 +149,7 @@ export default class EncryptStorage extends Component {
|
||||||
<BlueCard>
|
<BlueCard>
|
||||||
<BlueText>
|
<BlueText>
|
||||||
{this.state.biometrics.biometricsType} will be used to confirm your identity prior to making a transaction, unlocking,
|
{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.
|
||||||
</BlueText>
|
</BlueText>
|
||||||
</BlueCard>
|
</BlueCard>
|
||||||
<BlueSpacing20 />
|
<BlueSpacing20 />
|
||||||
|
|
Loading…
Add table
Reference in a new issue