forked from MapComplete/MapComplete
Fix typo
This commit is contained in:
parent
2511632a6e
commit
bb47575982
2 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@
|
||||||
{
|
{
|
||||||
"if": "lit=no",
|
"if": "lit=no",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This road is not lit",
|
"en": "This street is not lit",
|
||||||
"nl": "Deze straat is niet verlicht"
|
"nl": "Deze straat is niet verlicht"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
{
|
{
|
||||||
"if": "lit=no",
|
"if": "lit=no",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This road is not lit",
|
"en": "This street is not lit",
|
||||||
"nl": "Deze straat is niet verlicht"
|
"nl": "Deze straat is niet verlicht"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1341,7 +1341,7 @@
|
||||||
"then": "This street is lit"
|
"then": "This street is lit"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "This road is not lit"
|
"then": "This street is not lit"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"then": "This street is lit at night"
|
"then": "This street is lit at night"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue