Merge pull request #5362 from gabrielbazan7/fix/translations05

fix translations
This commit is contained in:
Javier Donadío 2016-12-28 16:48:15 -03:00 committed by GitHub
commit ccae2fdb90
12 changed files with 346 additions and 437 deletions

View file

@ -1,10 +0,0 @@
<div>
<h1 translate>Without a backup, you could lose money</h1>
<span translate>If something happens to this device, this app is deleted, or your password forgotten, neither you nor Bitpay can recover your funds.</span>
<button ng-click="goBack()" class="button button-block button-light" translate>
Go back
</button>
<button ng-click="continue()" class="button button-block button-light" translate>
I understand
</button>
</div>

View file

@ -7,7 +7,7 @@
<div class="popup-modal-heading" translate>Backup Needed</div>
<div class="popup-modal-message" translate>Now is a good time to backup your wallet. If this device is lost, it is impossible to access your funds without a backup.</div>
<button class="button button-clear" ng-click="doBackup()" translate>Backup now</button>
<button class="button button-secondary button-clear" ng-click="close()" translate>I'll do it later</button>
<button class="button button-secondary button-clear" ng-click="close()" translate>Do it later</button>
</div>
</div>
</div>