diff --git a/metar.html b/metar.html index c95074c..2fec891 100644 --- a/metar.html +++ b/metar.html @@ -188,7 +188,7 @@ const day = code.substring(0, 2); const hours = code.substring(2, 4); const minutes = code.substring(4, 6); - return `${code}: On the ${day}th day of the month at ${hours}:${minutes} UTC`; + return `${code}: ${day} day at ${hours}:${minutes} UTC`; } function decodeWind(code) {