Skip to content
Snippets Groups Projects
Commit 21c3f2c4 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

Fix failing test

parent 2c7f28d0
Branches
Tags
1 merge request!191Add map module and Open-Meteo support
...@@ -426,7 +426,7 @@ locationIsPrivate = Sted skal ikke offentliggj\u00f8res ...@@ -426,7 +426,7 @@ locationIsPrivate = Sted skal ikke offentliggj\u00f8res
locationIsPublic = Sted kan vises offentlig locationIsPublic = Sted kan vises offentlig
locationPointOfInterestId=Sted-Id locationPointOfInterestId=Sted
logInterval = M\u00e5leintervall logInterval = M\u00e5leintervall
...@@ -1034,6 +1034,7 @@ weatherStations = M\u00e5lestasjoner ...@@ -1034,6 +1034,7 @@ weatherStations = M\u00e5lestasjoner
xIsNotAfterY = {0} er ikke etter {1} xIsNotAfterY = {0} er ikke etter {1}
xIsNotEqualToY = {0} er ikke lik {1} xIsNotEqualToY = {0} er ikke lik {1}
your = Din your = Din
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<span class="help-block" id="forecastConfigurationForm_modelId_validation"></span> <span class="help-block" id="forecastConfigurationForm_modelId_validation"></span>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="locationPointOfInterestId">Lokalitet</label> <label for="locationPointOfInterestId">Sted</label>
<select class="form-control" name="locationPointOfInterestId" onblur="validateField(this);"> <select class="form-control" name="locationPointOfInterestId" onblur="validateField(this);">
<option value="-1">Vennligst velg målestasjon</option> <option value="-1">Vennligst velg målestasjon</option>
<option value="38">Ullensvang</option> <option value="38">Ullensvang</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment