diff --git a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js index a5dbb79bed81ab3f3db49c221e3caca09bbbcaf2..0c78e9c40608bd694bae2d197d233b81832cc22f 100644 --- a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js +++ b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js @@ -152,7 +152,7 @@ function displayResults(data, basisTemp, name, start, end) { document.getElementById("textInfo").innerText = ""; let infotext = document.createElement("p"); - var text1 = "<p>Varmesum, med basistemperatur 0 °C, rekna ut frå middeltemperaturen 2 m over bakken for " + name + " vêrstasjon for perioden fra og med " + start + " til og med " + end + " er: </p>"; + var text1 = "<p>Varmesum, med basistemperatur 0 °C, rekna ut frå middeltemperaturen 2 m over bakken for den valde vêrstasjonen. </p>"; var text2 = "<p><b>" + lastValue + "</b> døgngrader\n\n</p>"; infotext = text1 + text2;