Fix typos and translate attribute on html files
This commit is contained in:
parent
4a91729121
commit
ac2b588887
7 changed files with 16 additions and 20 deletions
|
|
@ -11,12 +11,12 @@
|
|||
<a href="#!/receive" class="name-wallet" tooltip-placement="bottom" tooltip="ID: {{$root.wallet.id}}">
|
||||
<span>{{$root.wallet.getName()}}</span>
|
||||
</a>
|
||||
<a class="button gray small side-bar right" title="Manual Refresh"
|
||||
<a class="button gray small side-bar right" title="{{'Manual Update'|translate}}"
|
||||
ng-disabled="$root.loading"
|
||||
ng-click="refresh()"><i class="size-16 fi-refresh"></i></a>
|
||||
</div>
|
||||
<div class="founds size-14 m10v">
|
||||
<span translate>Balance</span>
|
||||
{{'Balance'|translate}}
|
||||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
tooltip-placement="bottom">{{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
</span>
|
||||
<div class="m10t" ng-show="lockedBalance">
|
||||
<span translate>Locked</span>
|
||||
{{'Locked'|translate}}
|
||||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<a href="#!/" class="db p20h" title="Close"
|
||||
ng-click="signout()"><i class="size-21 m20r fi-power"></i> <span translate>Close</span></a>
|
||||
ng-click="signout()"><i class="size-21 m20r fi-power"></i> {{'Close'|translate}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue