refactor
This commit is contained in:
parent
25bc0643f8
commit
79651a76b0
1 changed files with 4 additions and 8 deletions
|
|
@ -358,15 +358,11 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row m10t">
|
<div class="row m10t" ng-show="home.addr[index.walletId] && !home.blockUx && !home.generatingAddress" >
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
<div ng-show="home.addr[index.walletId]">
|
<div class="line-t size-10 text-gray m10b p10t">
|
||||||
<div class="line-t size-10 text-gray m10b p10t" translate>
|
<span translate> Share this wallet address to receive payments. To protect your privacy, new addresses are generated automatically once you use them.</span>
|
||||||
Share this wallet address to receive payments. To protect your privacy, new addresses are generated automatically once you use them. <a ng-click="home.setAddress(true)"
|
<a ng-click="home.setAddress(true)" translate>Generate new address</a>
|
||||||
ng-disabled="home.blockUx || index.isOffline ||home.generatingAddress" translate>
|
|
||||||
Generate new address
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue