Skip to content
Snippets Groups Projects
Commit e0387b6b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

fix: remove untranslated text

parent 8e391ef2
No related branches found
No related tags found
No related merge requests found
......@@ -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}`
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment