Adds translate

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-03 18:11:46 -03:00
parent 87cbb11bfb
commit ccdb134fd3
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 3 additions and 3 deletions

View File

@ -19,15 +19,15 @@
<div ng-show="btx.action != 'invalid'"> <div ng-show="btx.action != 'invalid'">
<div ng-show="btx.action == 'received'"> <div ng-show="btx.action == 'received'">
<img src="img/icon-receive.svg" alt="sync" width="50"> <img src="img/icon-receive.svg" alt="sync" width="50">
<p class="m0 text-gray size-14"> Received</p> <p class="m0 text-gray size-14" translate>Received</p>
</div> </div>
<div ng-show="btx.action == 'sent'"> <div ng-show="btx.action == 'sent'">
<img src="img/icon-sent.svg" alt="sync" width="50"> <img src="img/icon-sent.svg" alt="sync" width="50">
<p class="m0 text-gray size-14"> Sent</p> <p class="m0 text-gray size-14" translate>Sent</p>
</div> </div>
<div ng-show="btx.action == 'moved'"> <div ng-show="btx.action == 'moved'">
<img src="img/icon-moved.svg" alt="sync" width="50"> <img src="img/icon-moved.svg" alt="sync" width="50">
<p class="m0 text-gray size-14"> Moved</p> <p class="m0 text-gray size-14" translate>Moved</p>
</div> </div>
<span ng-if="btx.action == 'received'">+</span><span ng-if="btx.action == 'sent'">-</span>{{btx.amountStr}} <span ng-if="btx.action == 'received'">+</span><span ng-if="btx.action == 'sent'">-</span>{{btx.amountStr}}