diff --git a/data/fields/clothes.json b/data/fields/clothes.json index 711b0b37..1fbca7c2 100644 --- a/data/fields/clothes.json +++ b/data/fields/clothes.json @@ -1,5 +1,25 @@ { "key": "clothes", "type": "semiCombo", - "label": "Clothes" + "label": "Clothes", + "strings": { + "options": { + "babies": "Baby Clothing", + "children": "Children's Clothing", + "fur": "Fur Clothing", + "hats": "Hats", + "maternity": "Maternity Clothing", + "men": "Men's Clothing", + "motorcycle": "Motorcycle Clothing", + "oversize": "Plus Size Clothing", + "socks": "Socks", + "sports": "Sportswear", + "suites": "Suites", + "swimwear": "Swimwear", + "underwear": "Underwear", + "wedding": "Wedding Clothing", + "women": "Women's Clothing", + "workwear": "Workwear" + } + } }