Merge pull request #508 from drak/patch-1

Correct grammar.
This commit is contained in:
Matias Alejo Garcia 2014-06-05 18:21:17 -03:00
commit c1e06dd5df
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 involving this address.</div>
<div class="alert alert-warning" data-ng-show="!txs[0].txid && !loading">There are no 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>