Fixes: typo

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-01 10:51:26 -03:00
commit d2ae49f9a5

View file

@ -84,7 +84,7 @@ angular.module('copayApp.controllers').controller('SidebarController',
if ($rootScope.wallet) {
$scope.$on('$idleStart', function(a) {
notification.warning('Timing', 'You were enought time in inactivity. This session will be closed in 10 seconds if continues without activity');
notification.warning('Session will be closed', 'Your session is about to expire due to inactivity');
});
$scope.$on('$idleTimeout', function() {