From e45982efbba53b41b234bfbf14554d5b09ed42da Mon Sep 17 00:00:00 2001 From: JDonadio Date: Mon, 6 Feb 2017 10:00:13 -0300 Subject: [PATCH 1/3] disable sp until backup is done --- www/views/preferences.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/views/preferences.html b/www/views/preferences.html index 371f465f2..4f62c64ce 100644 --- a/www/views/preferences.html +++ b/www/views/preferences.html @@ -44,9 +44,12 @@
- + Request Spending Password +
+ If enabled, a request password prompt will be shown when you try to access to your backup phrase or private key options. +
From 1cbcb30d083b820fa86b6e8a7fc832a525834c48 Mon Sep 17 00:00:00 2001 From: JDonadio Date: Mon, 6 Feb 2017 10:09:13 -0300 Subject: [PATCH 2/3] add backup needed label --- www/views/preferences.html | 3 +++ www/views/tab-settings.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/www/views/preferences.html b/www/views/preferences.html index 4f62c64ce..122c4232c 100644 --- a/www/views/preferences.html +++ b/www/views/preferences.html @@ -41,6 +41,9 @@
Backup + + {{'Backup needed' | translate}} +
diff --git a/www/views/tab-settings.html b/www/views/tab-settings.html index 3474e80fd..49a59a423 100644 --- a/www/views/tab-settings.html +++ b/www/views/tab-settings.html @@ -113,6 +113,9 @@ {{'Incomplete' | translate}} + + {{'Backup needed' | translate}} + From 4e7a4199453e97d86c1d97712f4cee30c2e4e5ec Mon Sep 17 00:00:00 2001 From: JDonadio Date: Mon, 20 Feb 2017 16:21:43 -0500 Subject: [PATCH 3/3] refactor comment --- www/views/preferences.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/views/preferences.html b/www/views/preferences.html index 122c4232c..70d2bc096 100644 --- a/www/views/preferences.html +++ b/www/views/preferences.html @@ -51,7 +51,7 @@ Request Spending Password
- If enabled, a request password prompt will be shown when you try to access to your backup phrase or private key options. + If enabled, all sensitive information (private key and mnemonics) and actions (spending and exporting) associated with this wallet will be protected.