fix translate string
This commit is contained in:
parent
af28406446
commit
df9cc658f0
1 changed files with 6 additions and 5 deletions
|
|
@ -361,13 +361,14 @@
|
||||||
<div class="pr p25b">
|
<div class="pr p25b">
|
||||||
<h4 class="title m0">
|
<h4 class="title m0">
|
||||||
<available-balance></available-balance>
|
<available-balance></available-balance>
|
||||||
<a
|
<a ng-show="!home.lockedCurrentFeePerKb && index.feeToSendMaxStr && index.availableBalanceSat > 0 && !home.blockUx && !home.lockAmount"
|
||||||
ng-show="!home.lockedCurrentFeePerKb && index.feeToSendMaxStr && index.availableBalanceSat > 0 && !home.blockUx && !home.lockAmount"
|
ng-click="home.sendAll()"
|
||||||
ng-click="home.sendAll()"
|
|
||||||
class="p10"
|
|
||||||
translate> Send All
|
translate> Send All
|
||||||
</a>
|
</a>
|
||||||
<time ng-show="!home.paymentExpired" translate>Payment expires: {{home.timeToExpire * 1000 | amTimeAgo}}</time>
|
<div ng-show="!home.paymentExpired">
|
||||||
|
<span translate>Payment expires</span>
|
||||||
|
<time> {{home.timeToExpire * 1000 | amTimeAgo}}</time>
|
||||||
|
</div>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="camera-icon" ng-show="index.isComplete">
|
<div class="camera-icon" ng-show="index.isComplete">
|
||||||
<qr-scanner on-scan="home.onQrCodeScanned(data)"></qr-scanner>
|
<qr-scanner on-scan="home.onQrCodeScanned(data)"></qr-scanner>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue