From a3cd25ca5047f69715663c2639ed813e13160bea Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 19 Dec 2016 17:55:21 -0300 Subject: [PATCH] Fix wording for the password of the recovery phrase --- www/views/join.html | 32 +++++++++++++++------------- www/views/tab-create-personal.html | 34 ++++++++++++++++-------------- www/views/tab-create-shared.html | 34 ++++++++++++++++-------------- 3 files changed, 53 insertions(+), 47 deletions(-) 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.