1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00

Fixed grammar in session closing dialog

This commit is contained in:
Michael Irwin 2016-11-14 16:02:09 -05:00
parent 227af2338d
commit aa0e6ba30e
No known key found for this signature in database
GPG Key ID: B9BD1E3E28BD2A14

View File

@ -86,7 +86,7 @@
});
socket.on('session end', function() {
$scope.showAlert('Session timedout!', 'Your session has expire and all your instances has been deleted.', '#sessionEnd')
$scope.showAlert('Session timed out!', 'Your session has expired and all of your instances have been deleted.', '#sessionEnd')
$scope.isAlive = false;
});