From 1b52bdda7800bf69138de5522911e05d41a57b5f Mon Sep 17 00:00:00 2001 From: Niels Elgaard Larsen Date: Tue, 26 Apr 2022 01:41:55 +0200 Subject: [PATCH] fix txt for question --- assets/themes/dog/dog.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/themes/dog/dog.json b/assets/themes/dog/dog.json index 446bc8c38..53d9c1e33 100644 --- a/assets/themes/dog/dog.json +++ b/assets/themes/dog/dog.json @@ -142,14 +142,14 @@ "if": "small_dog=separate", "then": { "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", "then": { - "en": "fenced: No", - "da": "indhegnet: Nej" + "en": "Does not have a separate area for puppies and small dogs", + "da": "Har ikke en indhegning til hvalpe og små hunde" } } ], @@ -424,4 +424,4 @@ } } ] -} \ No newline at end of file +}