File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
</ section >
7
7
< section class ="middle tab-bar-section ">
8
8
< h1 class ="title ellipsis " ng-style ="{'color':color} " translate >
9
- Claim funds by mnemonic
9
+ Claim funds by textcoin
10
10
</ h1 >
11
11
</ section >
12
12
</ nav >
@@ -26,10 +26,10 @@ <h1 class="title ellipsis" ng-style="{'color':color}" translate>
26
26
</ div >
27
27
< div >
28
28
< label for ="mnemonic ">
29
- < span translate > Mnemonic </ span >
29
+ < span translate > Textcoin </ span >
30
30
</ label >
31
31
< div class ="input ">
32
- < input type ="text " id ="mnemonic " name ="mnemonic " ng-model ="mnemonic " ng-attr-placeholder ="{{'Mnemonic '|translate}} "
32
+ < input type ="text " id ="mnemonic " name ="mnemonic " ng-model ="mnemonic " ng-attr-placeholder ="{{'12 words separated by dashes '|translate}} "
33
33
valid-mnemonic required autocomplete ="off ">
34
34
</ div >
35
35
</ div >
Original file line number Diff line number Diff line change @@ -378,15 +378,15 @@ <h4 class="title m0">
378
378
</ div >
379
379
</ div >
380
380
381
- < div class ="mtabset " ng-show ="index.arrBalances.length > 0 && index.arrBalances[index.assetIndex].asset === 'base' ">
381
+ < div class ="mtabset " ng-show ="index.arrBalances.length > 0 && index.arrBalances[index.assetIndex].asset === 'base' && !home.lockAddress ">
382
382
< div class ="mtab-title active " ng-click ="mtab = 1 " ng-class ="{'active': mtab == 1} " translate > To byteball address or email</ div >
383
383
< div class ="mtab-title " ng-click ="mtab = 2 " ng-class ="{'active': mtab == 2} "> Share via message</ div >
384
384
</ div >
385
385
386
386
< div class ="mtab " ng-class ="{'active': mtab == 1} " ng-init ="mtab = 1 ">
387
387
< div ng-hide ="home.hideAddress ">
388
388
< div class ="row collapse " style ="padding-top: 5px;min-height: 24px; ">
389
- < label for ="address " class ="left " ng-if ="index.arrBalances.length > 0 && index.arrBalances[index.assetIndex].asset !== 'base' ">
389
+ < label for ="address " class ="left " ng-if ="( index.arrBalances.length > 0 && index.arrBalances[index.assetIndex].asset !== 'base') || home.lockAddress ">
390
390
< span translate > To byteball address</ span >
391
391
</ label >
392
392
< span >
You can’t perform that action at this time.
0 commit comments