diff --git a/data/fields/bath/type.json b/data/fields/bath/type.json index 0161a26c7..141f4762d 100644 --- a/data/fields/bath/type.json +++ b/data/fields/bath/type.json @@ -1,5 +1,14 @@ { "key": "bath:type", "type": "combo", - "label": "Specialty" + "label": "Specialty", + "strings": { + "options": { + "hammam": "Hammam", + "hot_spring": "Hot Spring", + "lake": "Lake", + "onsen": "Onsen", + "thermal": "Thermal Bath" + } + } }