diff --git a/12/blank.html b/12/blank.html index be4bfc8..a5cb762 100644 --- a/12/blank.html +++ b/12/blank.html @@ -107,8 +107,8 @@ var x = setInterval(function() { var seconds = Math.floor((distance % (1000 * 60)) / 1000); // Display the result in the element with id="demo" - document.getElementById("demo").innerHTML = days + " D " + hours + " H " - + minutes + " M " + seconds + " S "; + document.getElementById("demo").innerHTML = days + " days " + hours + " hours " + + minutes + " min. " + seconds + " sec. "; // If the count down is finished, write some text if (distance < 0) {