Merge pull request #5373 from gabrielbazan7/fix/translations06

Translations fixes
This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-29 11:41:55 -03:00 committed by GitHub
commit ba662416c4
4 changed files with 37 additions and 31 deletions

View file

@ -12,7 +12,7 @@
<div class="onboarding-illustration-backup-warning"></div>
<div id="cta-buttons">
<div class="onboarding-tldr" translate>Anyone with your backup phrase can access or spend your bitcoin.</div>
<button class="button button-standard button-primary" ng-click="openPopup()" translate>All clear, let's do this</button>
<button class="button button-standard button-primary" ng-click="openPopup()" translate>Got it</button>
</div>
</ion-content>
</ion-view>

View file

@ -1,7 +0,0 @@
<div>
<h1 translate>Screenshots are not secure</h1>
<span translate>if you take a screenshot, your backup may be viewed by others apps. You can make a safe backup with paper and a pen.</span>
<button ng-click="close()" class="button button-block button-clear" translate>
Got it
</button>
</div>

View file

@ -63,7 +63,7 @@
<i class="icon big-icon-svg">
<img src="img/icon-wallet.svg" class="bg wallet icon-create-wallet"/>
</i>
<span translate>Create a bitcoin wallet</span>
<span translate>Create bitcoin wallet</span>
<i class="icon bp-arrow-right"></i>
</a>
<a ng-repeat="wallet in wallets track by $index"