commit
04a04f85f5
2 changed files with 6 additions and 6 deletions
|
|
@ -24,9 +24,9 @@
|
|||
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
||||
"pushSenderId": "1036948132229",
|
||||
"description": "A Secure Bitcoin Wallet",
|
||||
"version": "5.0.1",
|
||||
"fullVersion": "5.0-rc2",
|
||||
"androidVersion": "500100",
|
||||
"version": "5.0.2",
|
||||
"fullVersion": "5.0-rc3",
|
||||
"androidVersion": "500200",
|
||||
"_extraCSS": "",
|
||||
"_enabledExtensions": {
|
||||
"coinbase": false,
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
@ -69,8 +69,8 @@
|
|||
<!-- end of animation -->
|
||||
<div ng-show="addr && wallet.coin == 'bch' && !showingPaymentReceived">
|
||||
<label class="item-input item-select">
|
||||
<div class="input-label" translate>
|
||||
Address Type:
|
||||
<div class="input-label">
|
||||
<span translate>Address Type</span>:
|
||||
</div>
|
||||
<select ng-model="bchAddressType.type" ng-change="displayAddress(bchAddressType.type)">
|
||||
<option value="cashaddr">Cash Address</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue