Skip to content

Commit

Permalink
Merge pull request #636 from kakysha/master
Browse files Browse the repository at this point in the history
fix single address switch on create page
  • Loading branch information
tonyofbyteball authored Sep 3, 2021
2 parents 0fdf6aa + 6855fda commit 7853f6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/views/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
</div>

<div ng-hide="create.hideWalletName">
<label><span translate class="left m10t">Single address account</span>
<switch name="isSingleAddress" ng-model="isSingleAddress" class="green right m10b"></switch>
</label>
<label><span translate class="left m10t">Single address account</span></label>
<switch name="isSingleAddress" ng-model="isSingleAddress" class="green right m10b"></switch>
<div class="description m10b" translate>
Single address accounts will not spawn new addresses for every transaction, change will always go to the one and only address the account contains.
</div>
Expand Down

0 comments on commit 7853f6f

Please sign in to comment.