diff --git a/data/fields/consulate.json b/data/fields/consulate.json index 1610523dd..ab93ceb2b 100644 --- a/data/fields/consulate.json +++ b/data/fields/consulate.json @@ -1,5 +1,15 @@ { "key": "consulate", "type": "combo", - "label": "Type" + "label": "Type", + "strings": { + "options": { + "consulate_general": "Consulate General", + "honorary_consul": "Honorary Consul", + "yes": "Consulate", + "consular_office": "Consular Services Office", + "consular_agency": "Consular Services Agency", + "residence": "Official Residence of a Consul" + } + } }