From 59c13b3ff34487a0088f2dd6940beba1e838630e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 6 Dec 2014 17:58:07 -0300 Subject: [PATCH] fix typos --- js/controllers/home.js | 2 +- js/services/identityService.js | 2 +- views/home.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/controllers/home.js b/js/controllers/home.js index 1186c6f82..9d0285644 100644 --- a/js/controllers/home.js +++ b/js/controllers/home.js @@ -2,7 +2,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($scope, $rootScope, $location, $timeout, notification, identityService, Compatibility, pinService, applicationService, isMobile) { - // Global functions (TODO should be somewere else) + // Global functions (TODO should be somewhere else) $rootScope.go = function (path) { $location.path(path); }; diff --git a/js/services/identityService.js b/js/services/identityService.js index ab04c7ade..1c9c14468 100644 --- a/js/services/identityService.js +++ b/js/services/identityService.js @@ -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() { diff --git a/views/home.html b/views/home.html index 048aee226..a166c3651 100644 --- a/views/home.html +++ b/views/home.html @@ -122,7 +122,7 @@ Copay now needs a profile to access wallets. You can import your current wallets after - creating your profile + creating your profile