fix translate
This commit is contained in:
parent
46f78f4900
commit
d7af0bf9be
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
<div class="oh text-center">
|
<div class="oh text-center">
|
||||||
<span ng-show="index.txHistoryError && !index.notAuthorized" ng-click='index.updateTxHistory()'>
|
<span ng-show="index.txHistoryError && !index.notAuthorized" ng-click='index.updateTxHistory()'>
|
||||||
<p class="size-12 m10b db text-gray">Could not fetch transaction history</p>
|
<p class="size-12 m10b db text-gray" translate>Could not fetch transaction history</p>
|
||||||
<button class="outline round light-gray tiny" translate>Tap to retry</button>
|
<button class="outline round light-gray tiny" translate>Tap to retry</button>
|
||||||
</span>
|
</span>
|
||||||
<span ng-if="!index.txHistoryError" translate>
|
<span ng-if="!index.txHistoryError" translate>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue