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",
|
||||
"then": {
|
||||
"en": "This road is not lit",
|
||||
"en": "This street is not lit",
|
||||
"nl": "Deze straat is niet verlicht"
|
||||
}
|
||||
},
|
||||
|
@ -140,7 +140,7 @@
|
|||
{
|
||||
"if": "lit=no",
|
||||
"then": {
|
||||
"en": "This road is not lit",
|
||||
"en": "This street is not lit",
|
||||
"nl": "Deze straat is niet verlicht"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1341,7 +1341,7 @@
|
|||
"then": "This street is lit"
|
||||
},
|
||||
"1": {
|
||||
"then": "This road is not lit"
|
||||
"then": "This street is not lit"
|
||||
},
|
||||
"2": {
|
||||
"then": "This street is lit at night"
|
||||
|
|
Loading…
Reference in a new issue