fix wording

This commit is contained in:
Javier 2016-01-27 16:31:11 -03:00
commit 1e829cef9e

View file

@ -315,7 +315,7 @@ angular.module('copayApp.services')
var walletId = fc.credentials.walletId;
pushNotificationsService.unsubscribe(root.getClient(walletId), function(err) {
if (err) $log.warn('Subscription error: ' + err.code);
if (err) $log.warn('Unsubscription error: ' + err.message);
else $log.debug('Unsubscribed from push notifications service');
$log.debug('Deleting Wallet:', fc.credentials.walletName);