diff --git a/js/level2.js b/js/level2.js index f963c43..6f35ed3 100644 --- a/js/level2.js +++ b/js/level2.js @@ -86,7 +86,7 @@ function refreshContent() { timeDifference = busTime.diff( now, 'minutes' ); - timeLeftMessage = 'departure in ' + timeDifference + 'minutes'; + timeLeftMessage = 'departure in ' + timeDifference + ' minutes'; if ( timeDifference <= 5 && timeDifference > -1 ) {