fix txt for question

This commit is contained in:
Niels Elgaard Larsen 2022-04-26 01:41:55 +02:00
parent 2d8f222d0d
commit 1b52bdda78

View file

@ -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&aring; hunde"
} }
} }
], ],
@ -424,4 +424,4 @@
} }
} }
] ]
} }