From b997d6ff9c3a361c367cdd8808667f64d0901673 Mon Sep 17 00:00:00 2001 From: JDonadio Date: Wed, 20 Sep 2017 11:58:55 -0300 Subject: [PATCH 1/4] ref backup view for unavailable recovery phrase - fix translate tag --- src/sass/views/wallet-backup-phrase.scss | 18 ++++++++++++++++++ www/views/backup.html | 13 ++++++++++--- www/views/cashScan.html | 2 +- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/src/sass/views/wallet-backup-phrase.scss b/src/sass/views/wallet-backup-phrase.scss index de3879b0d..c012b09f2 100644 --- a/src/sass/views/wallet-backup-phrase.scss +++ b/src/sass/views/wallet-backup-phrase.scss @@ -1,4 +1,22 @@ #wallet-backup-phrase { + .comment { + color: #667; + font-size: 0.9em; + } + .item { + color: $v-dark-gray; + padding-top: 1.3rem; + padding-bottom: 1.3rem; + border: none; + } + .heading { + font-size: 17px; + color: $v-dark-gray; + margin: 1rem 0; + padding-top: 5px; + padding-bottom: 5px; + border: none; + } h3 { padding: 15px; } diff --git a/www/views/backup.html b/www/views/backup.html index cfaee0902..c636bf060 100644 --- a/www/views/backup.html +++ b/www/views/backup.html @@ -7,9 +7,16 @@ -
-
Wallet recovery phrase not available.
-
You can still export it from Advanced > Export.
+
+
+ Wallet recovery phrase not available +
+
+ You can still export it from Advanced > Export. +
+
+
+ Note: if this BCH wallet was duplicated from a BTC wallet, they share the same recovery phrase.