diff --git a/cydiapomonella/templates/cydiapomonella/index.html b/cydiapomonella/templates/cydiapomonella/index.html
index 8f513a246f9e443d4bfa134df9e8287f6467bddc..bb0f25f1a6d542dfcb507ac7a69f11223add9c9c 100644
--- a/cydiapomonella/templates/cydiapomonella/index.html
+++ b/cydiapomonella/templates/cydiapomonella/index.html
@@ -83,9 +83,9 @@ Created: 2024-10-28
 		getLocationInformation(latitude, longitude).then(locationInfo => {
 			document.getElementById("timezone").value = locationInfo.timezone;
 			document.getElementById("gridPointInfo").innerHTML = `<b>{% trans "Location name" %}</b> ${locationInfo.location}<br>
-																	<b>{% trans "Latitude" %}Breddegrad</b> ${locationInfo.latitude}<br>	
-																	<b>{% trans "Longitude" %}Lengdegrad</b> ${locationInfo.longitude}<br>
-																	<b>{% trans "Timezone" %}Tidssone</b> ${locationInfo.timezone}`
+																	<b>{% trans "Latitude" %}</b> ${locationInfo.latitude}<br>	
+																	<b>{% trans "Longitude" %}</b> ${locationInfo.longitude}<br>
+																	<b>{% trans "Timezone" %}</b> ${locationInfo.timezone}`
 		});
 	}