Skip to content

Commit 07ff264

Browse files
author
Jean-Baptiste Dominguez
authored
Merge pull request #297 from Bitcoin-com/wallet/dev
Wallet/dev
2 parents 66e643f + dd4fcc9 commit 07ff264

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app-template/bitcoincom/appConfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
2525
"pushSenderId": "1036948132229",
2626
"description": "A Secure Bitcoin Wallet",
27-
"version": "5.0.1",
28-
"fullVersion": "5.0-rc2",
29-
"androidVersion": "500100",
27+
"version": "5.0.2",
28+
"fullVersion": "5.0-rc3",
29+
"androidVersion": "500200",
3030
"_extraCSS": "",
3131
"_enabledExtensions": {
3232
"coinbase": false,

www/views/tab-receive.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div ng-show="!showingPaymentReceived">
3232
<div>
3333
<button ng-show="addr" class="button button-standard button-small" ng-click="requestSpecificAmount()">
34-
<span translate>Request Specific Amount</span>
34+
<span translate>Request Specific amount</span>
3535
</button><br/><br/>
3636
</div>
3737
<div copy-to-clipboard="wallet.coin == 'bch' && bchAddressType.type == 'cashaddr' ? 'bitcoincash:' + addr : addr">
@@ -69,8 +69,8 @@
6969
<!-- end of animation -->
7070
<div ng-show="addr && wallet.coin == 'bch' && !showingPaymentReceived">
7171
<label class="item-input item-select">
72-
<div class="input-label" translate>
73-
Address Type:
72+
<div class="input-label">
73+
<span translate>Address Type</span>:
7474
</div>
7575
<select ng-model="bchAddressType.type" ng-change="displayAddress(bchAddressType.type)">
7676
<option value="cashaddr">Cash Address</option>

0 commit comments

Comments
 (0)