diff --git a/data/fields/house.json b/data/fields/house.json index 4507d5e24..6d5887591 100644 --- a/data/fields/house.json +++ b/data/fields/house.json @@ -2,4 +2,15 @@ "key": "house", "type": "combo", "label": "House Type" + "strings": { + "options": { + "bungalow": "Bungalow", + "detached": "Detached House", + "link-detached": "Link-Detached House", + "maisonette": "Maisonette", + "semi-detached": "Semi-Detached House", + "terrace": "Row of terraced houses", + "terraced": "Terraced House" + } + } }