diff --git a/public/views/preferences.html b/public/views/preferences.html
index cc1c6baab..f2c36d8f4 100644
--- a/public/views/preferences.html
+++ b/public/views/preferences.html
@@ -62,19 +62,21 @@
Advanced
+
Spending Restrictions
-
- -
-
-
Request Password
-
- -
-
-
Scan Fingerprint
-
-
+
+ -
+
+
Request Password
+
+ -
+
+
Scan Fingerprint
+
+
+
Global settings
diff --git a/public/views/preferencesAdvanced.html b/public/views/preferencesAdvanced.html
index 5a191d9f6..802af0c82 100644
--- a/public/views/preferencesAdvanced.html
+++ b/public/views/preferencesAdvanced.html
@@ -9,7 +9,6 @@
-
-
Wallet Information
diff --git a/src/js/controllers/preferencesInformation.js b/src/js/controllers/preferencesInformation.js
index 487852a2c..e1412a2b2 100644
--- a/src/js/controllers/preferencesInformation.js
+++ b/src/js/controllers/preferencesInformation.js
@@ -7,7 +7,7 @@ angular.module('copayApp.controllers').controller('preferencesInformation',
this.init = function() {
var fc = profileService.focusedClient;
var c = fc.credentials;
- var basePath = profileService.getUtils().PATHS.BASE_ADDRESS_DERIVATION[c.derivationStrategy][c.network];
+ var basePath = profileService.getUtils().getBaseAddressDerivationPath(c.derivationStrategy, c.network, 0);
$scope.walletName = c.walletName;
$scope.walletId = c.walletId;