fix some translations, update .pot

This commit is contained in:
Gabriel Bazán 2016-12-09 11:26:24 -03:00
commit ce0e30bfe8
12 changed files with 121 additions and 126 deletions

View file

@ -14,7 +14,7 @@
<img src="img/icon-tx-sent-outline.svg" ng-if="btx.action === 'sent'">
<img src="img/icon-tx-received-outline.svg" ng-if="btx.action === 'received'">
<img src="img/icon-tx-moved-outline.svg" ng-if="btx.action === 'moved'">
<span translate>{{btx.action | translate}}</span>
<span>{{btx.action | translate}}</span>
</div>
<div class="sending-label" ng-if="btx.confirmations === 0">
<img src="img/icon-confirming.svg">