Fix UI delete wallets

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-16 19:28:37 -03:00
commit 610c116d7a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 12 additions and 18 deletions

View file

@ -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();
}
});
};