File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
"windowsAppId" : " 804636ee-b017-4cad-8719-e58ac97ffa5c" ,
25
25
"pushSenderId" : " 1036948132229" ,
26
26
"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 " ,
30
30
"_extraCSS" : " " ,
31
31
"_enabledExtensions" : {
32
32
"coinbase" : false ,
Original file line number Diff line number Diff line change 31
31
< div ng-show ="!showingPaymentReceived ">
32
32
< div >
33
33
< 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 >
35
35
</ button > < br /> < br />
36
36
</ div >
37
37
< div copy-to-clipboard ="wallet.coin == 'bch' && bchAddressType.type == 'cashaddr' ? 'bitcoincash:' + addr : addr ">
69
69
<!-- end of animation -->
70
70
< div ng-show ="addr && wallet.coin == 'bch' && !showingPaymentReceived ">
71
71
< 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 > :
74
74
</ div >
75
75
< select ng-model ="bchAddressType.type " ng-change ="displayAddress(bchAddressType.type) ">
76
76
< option value ="cashaddr "> Cash Address</ option >
You can’t perform that action at this time.
0 commit comments