diff --git a/public/js/pages/PreorderRimoTypeMap/PreorderRimoTypeMap.js b/public/js/pages/PreorderRimoTypeMap/PreorderRimoTypeMap.js index 1336d42a2..db68296a0 100644 --- a/public/js/pages/PreorderRimoTypeMap/PreorderRimoTypeMap.js +++ b/public/js/pages/PreorderRimoTypeMap/PreorderRimoTypeMap.js @@ -33,7 +33,7 @@ Vue.component('PreorderRimoTypeMap', { ], rimoTypeDefs: { greenfield: {text: 'Greenfield', icon: 'fas fa-tree', color: '#28a745'}, - residential: {text: 'Wohngebiet', icon: 'fas fa-home', color: '#007bff'}, + residential: {text: 'Wohnhaus', icon: 'fas fa-home', color: '#007bff'}, company: {text: 'Gewerbe', icon: 'fas fa-building', color: '#ffc107'}, 'multiple-dwelling': {text: 'Mehrfamilienhaus', icon: 'fas fa-city', color: '#6f42c1'}, public: {text: 'Öffentlich', icon: 'fas fa-school', color: '#17a2b8'},