More wording

gh-pages
Guillaume RISCHARD 2014-08-31 03:47:48 +02:00
parent 8f5f2fc8aa
commit 54bc458e27
1 changed files with 2 additions and 2 deletions

View File

@ -228,11 +228,11 @@ function l2status() {
if ( status.state.open ) {
$('.status')
.addClass('open')
.html('<h1>Open!</h1> ' + timeStamp);
.html('<h1>Open!</h1> Opened ' + timeStamp);
} else {
$('.status')
.addClass('closed')
.html('<h1>Closed</h1>since ' + timeStamp);
.html('<h1>Closed</h1> ' + timeStamp);
}
}