Merge pull request #1389 from maraoz/wording/txs

Wording fixes
This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-12 19:04:37 -03:00
commit ce95cb264d
2 changed files with 5 additions and 2 deletions

View File

@ -51,7 +51,10 @@
</div>
<div class="box-setup-copayers p20">
<p class="text-primary m10b" ng-show="$root.wallet && $root.wallet.publicKeyRing.isComplete()" translate>Creating and storing a backup will allow to restore funds of the wallet</p>
<p class="text-primary m10b"
ng-show="$root.wallet && $root.wallet.publicKeyRing.isComplete()" translate>
Creating and storing a backup will allow you to recover wallet funds
</p>
<div class="oh">
<div ng-include="'views/includes/copayer.html'"></div>
<div ng-if="!$root.wallet.publicKeyRing.isComplete()">

View File

@ -43,7 +43,7 @@
<time>{{btx.firstSeenTs * 1000 | amCalendar}}</time>
</div>
<div data-ng-show="btx.time && !btx.firstSeenTs">
<span translate>mined at</span>
<span translate>mined</span>
<time>{{btx.time * 1000 | amCalendar}}</time>
</div>
</div>