fix typos

This commit is contained in:
Matias Alejo Garcia 2014-12-06 17:58:07 -03:00
commit 59c13b3ff3
3 changed files with 3 additions and 3 deletions

View file

@ -304,7 +304,7 @@ angular.module('copayApp.services')
});
iden.on('noWallets', function() {
notification.warning('No Wallets','Your profile has no wallet. Create one here');
notification.warning('No Wallets','Your profile has no wallets. Create one here');
$rootScope.starting = false;
$location.path('/create');
$timeout(function() {