Fix - 290 - "Amount" should be capitalized to match "Request Specific Amount"
This commit is contained in:
parent
80b4b51710
commit
6c92525229
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<div ng-show="!showingPaymentReceived">
|
||||
<div>
|
||||
<button ng-show="addr" class="button button-standard button-small" ng-click="requestSpecificAmount()">
|
||||
<span translate>Request Specific amount</span>
|
||||
<span translate>Request Specific Amount</span>
|
||||
</button><br/><br/>
|
||||
</div>
|
||||
<div copy-to-clipboard="wallet.coin == 'bch' && bchAddressType.type == 'cashaddr' ? 'bitcoincash:' + addr : addr">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue