Adds limit note
This commit is contained in:
parent
1af5d2a0fc
commit
3c987bcf99
1 changed files with 5 additions and 2 deletions
|
|
@ -33,8 +33,11 @@
|
|||
|
||||
<div ng-class="{'amount-pane-send': !customAmount, 'amount-pane-receive': customAmount}">
|
||||
|
||||
<div class="amount-bar">
|
||||
<div class="title" translate>Amount</div>
|
||||
<div class="amount-bar oh">
|
||||
<div class="title">
|
||||
<span translate>Amount</span>
|
||||
<span ng-show="buyAmazon" class="size-12">(Purchase Amount is limited to USD 500 per day)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="amount">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue