diff --git a/data/presets.yaml b/data/presets.yaml index 9107eb1777..259ae9621c 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2056,7 +2056,7 @@ en: amenity/vending_machine/feminine_hygiene: # 'amenity=vending_machine, vending=feminine_hygiene' name: Feminine Hygiene Vending Machine - # 'terms: condom, tampon, pad, woman, women, menstrual hygiene products, personal care' + # 'terms: condom,tampon,pad,woman,women,menstrual hygiene products,personal care' terms: '' amenity/vending_machine/news_papers: # 'amenity=vending_machine, vending=news_papers' diff --git a/data/presets/presets.json b/data/presets/presets.json index 69400532e5..f8ca562c30 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -3048,7 +3048,13 @@ "point" ], "terms": [ - "condom, tampon, pad, woman, women, menstrual hygiene products, personal care" + "condom", + "tampon", + "pad", + "woman", + "women", + "menstrual hygiene products", + "personal care" ], "tags": { "amenity": "vending_machine", diff --git a/data/presets/presets/amenity/vending_machine/feminine_hygiene.json b/data/presets/presets/amenity/vending_machine/feminine_hygiene.json index fc3b4e9c4e..f76acb7b67 100644 --- a/data/presets/presets/amenity/vending_machine/feminine_hygiene.json +++ b/data/presets/presets/amenity/vending_machine/feminine_hygiene.json @@ -9,7 +9,13 @@ "point" ], "terms": [ - "condom, tampon, pad, woman, women, menstrual hygiene products, personal care" + "condom", + "tampon", + "pad", + "woman", + "women", + "menstrual hygiene products", + "personal care" ], "tags": { "amenity": "vending_machine", diff --git a/dist/locales/en.json b/dist/locales/en.json index 26e9e321fc..1bc75b8022 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2847,7 +2847,7 @@ }, "amenity/vending_machine/feminine_hygiene": { "name": "Feminine Hygiene Vending Machine", - "terms": "condom, tampon, pad, woman, women, menstrual hygiene products, personal care" + "terms": "condom,tampon,pad,woman,women,menstrual hygiene products,personal care" }, "amenity/vending_machine/newspapers": { "name": "Newspaper Vending Machine",