Fixes: typo

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-01 10:44:33 -03:00
commit fc71e6a441

View file

@ -89,7 +89,7 @@ angular.module('copayApp.controllers').controller('SidebarController',
$scope.$on('$idleTimeout', function() {
$scope.signout();
notification.warning('Session closed', 'Session closed for a long time of inactivity');
notification.warning('Session closed', 'Session closed because a long time of inactivity');
});
}