From 437f0cd3ff44449eb3de4d3e81a89fd7296ebb8e Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Wed, 18 May 2022 15:46:24 +0200 Subject: [PATCH] Add "garden" to map key Make map key list "common, meadow, garden" instead of just "common, meadow". This is in response to a DWG ticket ( #2022051810000111) where a resident complained that their private garden was "listed as 'common, meadow' " in OSM because they consulted the map key. Listing "garden" along these should clear up that misunderstanding. --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index c3e048f83..0aa0ad555 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2195,6 +2195,7 @@ en: common: - Common - meadow + - garden retail: "Retail area" industrial: "Industrial area" commercial: "Commercial area" -- 2.39.5