From 8b35ff449ff81c92221f970d3691582f46dbee1e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 17 Mar 2017 14:04:16 -0400 Subject: [PATCH] Use semiCombo field for cuisine --- data/presets.yaml | 2 +- data/presets/fields.json | 4 ++-- data/presets/fields/cuisine.json | 4 ++-- dist/locales/en.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 0178b22cb..02106d08f 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -362,7 +362,7 @@ en: label: Type cuisine: # cuisine=* - label: Cuisine + label: Cuisines currency_multi: # 'currency:=*' label: Currency Types diff --git a/data/presets/fields.json b/data/presets/fields.json index 9fcf451d5..d55f912b7 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -475,8 +475,8 @@ }, "cuisine": { "key": "cuisine", - "type": "combo", - "label": "Cuisine" + "type": "semiCombo", + "label": "Cuisines" }, "currency_multi": { "key": "currency:", diff --git a/data/presets/fields/cuisine.json b/data/presets/fields/cuisine.json index 307826ca7..e555fde4a 100644 --- a/data/presets/fields/cuisine.json +++ b/data/presets/fields/cuisine.json @@ -1,5 +1,5 @@ { "key": "cuisine", - "type": "combo", - "label": "Cuisine" + "type": "semiCombo", + "label": "Cuisines" } diff --git a/dist/locales/en.json b/dist/locales/en.json index dac35bf95..55ac472ab 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1047,7 +1047,7 @@ "label": "Type" }, "cuisine": { - "label": "Cuisine" + "label": "Cuisines" }, "currency_multi": { "label": "Currency Types"