Merge pull request #297 from colkito/bug/language-change

lenguage change for #292
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-13 16:06:54 -02:00
commit 6877cbb86c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="alert alert-warning" data-ng-show="!txs[0].txid && !loading">There are not transactions</div>
<div class="alert alert-warning" data-ng-show="!txs[0].txid && !loading">There are not transactions involving this address.</div>
<div class="block-tx" data-ng-show="txs && txs[0].txid" data-ng-repeat="tx in txs">
<div data-ng-include src="'/views/transaction/tx.html'"></div>
</div>