diff --git a/data/presets/presets.json b/data/presets/presets.json index f52f47f93..aa2e43414 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -4527,6 +4527,11 @@ "tags": { "tourism": "artwork" }, + "terms": [ + "mural", + "sculpture", + "statue" + ], "name": "Artwork" }, "tourism/attraction": { diff --git a/data/presets/presets/tourism/artwork.json b/data/presets/presets/tourism/artwork.json index 8a3498235..878b46ee1 100644 --- a/data/presets/presets/tourism/artwork.json +++ b/data/presets/presets/tourism/artwork.json @@ -12,5 +12,10 @@ "tags": { "tourism": "artwork" }, + "terms": [ + "mural", + "sculpture", + "statue" + ], "name": "Artwork" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 095ca578b..248137aae 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1872,7 +1872,7 @@ }, "tourism/artwork": { "name": "Artwork", - "terms": "" + "terms": "mural,sculpture,statue" }, "tourism/attraction": { "name": "Tourist Attraction",