diff --git a/www/views/join.html b/www/views/join.html index 559cecef6..a62496124 100644 --- a/www/views/join.html +++ b/www/views/join.html @@ -82,27 +82,29 @@ ng-model="privateKey"> - - Encrypt with a Password + + Add a password +
+ Add an optional password to secure the recovery phrase + The recovery phrase could require a password to be imported +
- +
+ - +
This password cannot be recovered. If the password is lost, there is no way you could recover your funds. diff --git a/www/views/tab-create-personal.html b/www/views/tab-create-personal.html index 45dba8c14..2bc8bcaf6 100644 --- a/www/views/tab-create-personal.html +++ b/www/views/tab-create-personal.html @@ -51,25 +51,27 @@ ng-model="formData.privateKey"> - - Encrypt with a Password + + Add a password +
+ Add an optional password to secure the recovery phrase + The recovery phrase could require a password to be imported +
- +
+ - + +
This password cannot be recovered. If the password is lost, there is no way you could recover your funds. diff --git a/www/views/tab-create-shared.html b/www/views/tab-create-shared.html index e3805579b..ebc5aff4d 100644 --- a/www/views/tab-create-shared.html +++ b/www/views/tab-create-shared.html @@ -81,25 +81,27 @@ ng-model="formData.privateKey"> - - Encrypt with a Password + + Add a password +
+ Add an optional password to secure the recovery phrase + The recovery phrase could require a password to be imported +
- +
+ - + +
This password cannot be recovered. If the password is lost, there is no way you could recover your funds.