rm translate

This commit is contained in:
Matias Alejo Garcia 2015-08-12 11:39:55 -03:00
commit ead4c403d4

View file

@ -76,7 +76,7 @@
<div class="amount" ng-style="{'background-color':index.backgroundColor}">
<div ng-if="!index.anyOnGoingProcess && !index.notAuthorized">
<div ng-show="index.updateError" ng-click='index.openWallet(); index.updateTxHistory()'>
<span class="size-12 db m10b" translate>{{index.updateError}}</span>
<span class="size-12 db m10b">{{index.updateError}}</span>
<button class="outline white tiny round" translate>Tap to retry</button>
</div>