Fix typo
This commit is contained in:
parent
fe539d72f9
commit
1acf72cc70
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
"if": "location=indoor",
|
||||
"then": {
|
||||
"en": "This container is located indoors",
|
||||
"nl": "Deze container bevindt binnen"
|
||||
"nl": "Deze container bevindt zich binnen"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -3688,7 +3688,7 @@
|
|||
"then": "Dit is een ondergrondse container"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze container bevindt binnen"
|
||||
"then": "Deze container bevindt zich binnen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze container is buiten"
|
||||
|
|
Loading…
Reference in a new issue