diff --git a/js/services/identityService.js b/js/services/identityService.js index 9ae9c6983..96cf0ed19 100644 --- a/js/services/identityService.js +++ b/js/services/identityService.js @@ -298,7 +298,7 @@ angular.module('copayApp.services') iden.on('noWallets', function() { notification.warning('No Wallets', 'Your profile has no wallets. Create one here'); $rootScope.starting = false; - $location.path('/create'); + $location.path('/add'); $timeout(function() { $rootScope.$digest(); }, 1); diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index ad85a547c..01e7cb93f 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -32,6 +32,7 @@