1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 10:17:26 +08:00

Fixed grammar in session closing dialog (#31)

WOHO!!!! 👍
This commit is contained in:
Marcos Nils 2016-11-14 23:03:50 +02:00 committed by GitHub
commit 9904813fff

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;
});