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 +}