fix wording

This commit is contained in:
Javier 2016-01-25 11:50:08 -03:00
parent 3e1c91f19d
commit 42050d4142
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ angular.module('copayApp.services')
lodash.forEach(walletsClients, function(walletClient) {
root.unsubscribe(walletClient, 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');
});
});