From eb12963faa1ec779c595d35fae91730569e1ba52 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 23 Mar 2018 10:48:31 +0000 Subject: Fix countdown text --- static/js/countdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') diff --git a/static/js/countdown.js b/static/js/countdown.js index 3bed818b..be4a11c9 100644 --- a/static/js/countdown.js +++ b/static/js/countdown.js @@ -26,7 +26,7 @@ const heading = document.getElementById("countdown-title"); if (now > startjam.getTime()) { // Jam's already started - heading.innerHTML = "code jam Countdown ends in..."; + heading.innerHTML = "Current code jam ends in..."; goal = endjam.getTime(); } else { heading.innerHTML = "Next code jam starts in..."; -- cgit v1.2.3