ref backup view for unavailable recovery phrase - fix translate tag

This commit is contained in:
JDonadio 2017-09-20 11:58:55 -03:00
commit b997d6ff9c
No known key found for this signature in database
GPG key ID: EC1F4E04B2BFA730
3 changed files with 29 additions and 4 deletions

View file

@ -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;
}

View file

@ -7,9 +7,16 @@
</ion-nav-back-button>
</ion-nav-bar>
<ion-content>
<div class="ng-hide" ng-show="deleted">
<div class="phrase-unavailable" translate>Wallet recovery phrase not available.</div>
<div class="phrase-unavailable-instructions" translate>You can still export it from Advanced &gt; Export.</div>
<div class="ng-hide list card" ng-show="deleted">
<div class="item heading">
<span translate>Wallet recovery phrase not available</span>
</div>
<div class="item">
<span class="comment" translate>You can still export it from Advanced &gt; Export.</span>
</div>
</div>
<div class="item">
<span class="comment" ng-if="wallet.coin == 'bch'" translate>Note: if this BCH wallet was duplicated from a BTC wallet, they share the same recovery phrase.</span>
</div>
<!--
## STEP 1

View file

@ -48,7 +48,7 @@
</div>
<div class="item">
<span class="comment">Some of you wallets are not eligible for Bitcon Cash support because there where created before Copay v1.2. Please use our recovery tool to access your Bitcoin Cash balance for those wallets</span>
<span class="comment" translate>Some of you wallets are not eligible for Bitcon Cash support because there where created before Copay v1.2. Please use our recovery tool to access your Bitcoin Cash balance for those wallets</span>
</div>
</div>
</div>