Fixes: typo
This commit is contained in:
parent
dbf812f848
commit
fc71e6a441
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ angular.module('copayApp.controllers').controller('SidebarController',
|
||||||
|
|
||||||
$scope.$on('$idleTimeout', function() {
|
$scope.$on('$idleTimeout', function() {
|
||||||
$scope.signout();
|
$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');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue