forked from MapComplete/MapComplete
fix txt for question
This commit is contained in:
parent
2d8f222d0d
commit
1b52bdda78
1 changed files with 4 additions and 4 deletions
|
@ -142,14 +142,14 @@
|
||||||
"if": "small_dog=separate",
|
"if": "small_dog=separate",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Have separate area for puppies and small dogs",
|
"en": "Have separate area for puppies and small dogs",
|
||||||
"da": "Har en indhegning til hvalpe og små hunde "
|
"da": "Har en indhegning til hvalpe og små hunde"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "small_dog=shared",
|
"if": "small_dog=shared",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "fenced: No",
|
"en": "Does <strong>not</strong> have a separate area for puppies and small dogs",
|
||||||
"da": "indhegnet: Nej"
|
"da": "Har <strong>ikke</strong> en indhegning til hvalpe og små hunde"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -424,4 +424,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue