Fix UI delete wallets
This commit is contained in:
parent
6d9bc56144
commit
610c116d7a
4 changed files with 12 additions and 18 deletions
|
|
@ -38,10 +38,10 @@ angular.module('copayApp.controllers').controller('preferencesDeleteWalletContro
|
|||
if (err) {
|
||||
$scope.error = err.message || err;
|
||||
} else {
|
||||
go.walletHome();
|
||||
notification.success(gettextCatalog.getString('Success'), gettextCatalog.getString('The wallet "{{walletName}}" was deleted', {
|
||||
walletName: walletName
|
||||
}));
|
||||
applicationService.restart();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue