Fix translate
This commit is contained in:
parent
ccdb134fd3
commit
afad3afb0b
3 changed files with 127 additions and 159 deletions
|
|
@ -152,7 +152,7 @@
|
|||
</div>
|
||||
|
||||
<div ng-if="tx.actions[0] && !txRejected && !txBroadcasted">
|
||||
<h4 class="title m0" translate>
|
||||
<h4 class="title m0">
|
||||
<div class="right size-12 text-gray m10r">
|
||||
{{tx.requiredSignatures}}/{{tx.walletN}}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -269,9 +269,9 @@
|
|||
</div>
|
||||
|
||||
<div class="row m20t">
|
||||
<button type="submit" class="outline round small expand m0" ng-show="index.historyShowShowAll" ng-click="index.showAllHistory()" ng-style="{'background-color':index.backgroundColor}" translate>
|
||||
<button type="submit" class="outline round small expand m0" ng-show="index.historyShowShowAll" ng-click="index.showAllHistory()" ng-style="{'background-color':index.backgroundColor}">
|
||||
<i class="icon-arrow-down4 ng-scope"></i>
|
||||
Show all
|
||||
<span translate>Show all</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue