Skip to content

Commit 7853f6f

Browse files
Merge pull request #636 from kakysha/master
fix single address switch on create page
2 parents 0fdf6aa + 6855fda commit 7853f6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

public/views/create.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@
5353
</div>
5454

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

0 commit comments

Comments
 (0)