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

chore: Add text to nb.json

parent aef76db6
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
<div class="p-2">
<div class="form-check form-switch pb-2">
<input type="checkbox" class="form-check-input" v-model="showOnlyUsersPOIs" id="showOnlyUsersPOIs" @change="handleFiltersChanged">
<label class="form-check-label" for="showOnlyUsersPOIs">Bare mine steder</label>
<label class="form-check-label" for="showOnlyUsersPOIs">{{ $t("places.label.onlyUsersPOIs") }}</label>
</div>
<div>
<select class="form-select" v-model="poi.pointOfInterestId" v-on:change="selectPOI($event)">
......
......@@ -37,7 +37,7 @@
<div class="row form-group form-switch">
<div class="col-12 form-check">
<input type="checkbox" class="form-check-input" v-model="showOnlyUsersPOIs" id="showOnlyUsersPOIs" @change="handleFiltersChanged">
<label class="form-check-label" for="showOnlyUsersPOIs">Bare mine steder</label>
<label class="form-check-label" for="showOnlyUsersPOIs">{{ $t("places.label.onlyUsersPOIs") }}</label>
</div>
</div>
......
......@@ -77,6 +77,7 @@
"map.link.cancel.label": "Avbryt",
"mapobservation.label.selectPOI": "Velg et sted",
"mapobservation.label.noPOIselected": "Velg et forhåndsdefinert sted",
"places.label.onlyUsersPOIs": "Bare mine steder",
"mapPOI.poiName.label": "Stedsnavn",
"mapPOI.modal.label.saveprompt": "Lagre informasjon for",
"mapPOI.modal.label.pleasechoose": "Vennligst velg",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment