fixed typo in login message

This commit is contained in:
Ivan Socolsky 2014-12-15 14:44:07 -03:00
parent fc28722301
commit 468625a62d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
if ($scope.attempt++ > 1) {
var storage = $scope.usingLocalStorage ? 'this device storage' : 'cloud storage';
$scope.error = 'Invalid email or password. You are trying to sign in using ' + storage + '. Change it on settings is necessary.';
$scope.error = 'Invalid email or password. You are trying to sign in using ' + storage + '. Change it on settings if necessary.';
};
$rootScope.hasPin = false;