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"