diff --git a/data/presets.yaml b/data/presets.yaml index 0ae9ca8e2..c9a9f9795 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -5165,6 +5165,7 @@ en: office/estate_agent: # office=estate_agent name: Real Estate Office + # 'terms: real estate' terms: '' office/financial: # office=financial diff --git a/data/presets/presets.json b/data/presets/presets.json index 535139ee9..1b0cc0c84 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -685,7 +685,7 @@ "office/educational_institution": {"icon": "maki-school", "geometry": ["point", "area"], "tags": {"office": "educational_institution"}, "terms": [], "name": "Educational Institution"}, "office/employment_agency": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "employment_agency"}, "terms": ["job"], "name": "Employment Agency"}, "office/energy_supplier": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "energy_supplier"}, "terms": ["electricity", "energy company", "energy utility", "gas utility"], "name": "Energy Supplier Office"}, - "office/estate_agent": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "estate_agent"}, "terms": [], "name": "Real Estate Office"}, + "office/estate_agent": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "estate_agent"}, "terms": ["real estate"], "name": "Real Estate Office"}, "office/financial": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "financial"}, "terms": [], "name": "Financial Office"}, "office/forestry": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "forestry"}, "terms": ["forest", "ranger"], "name": "Forestry Office"}, "office/foundation": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "foundation"}, "terms": [], "name": "Foundation Office"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 533416a4f..5e4259715 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -6311,7 +6311,7 @@ }, "office/estate_agent": { "name": "Real Estate Office", - "terms": "" + "terms": "real estate" }, "office/financial": { "name": "Financial Office",