diff --git a/src/web/static/js/dashboard.js b/src/web/static/js/dashboard.js index 54e441ad9a7e3cd8b956a87abfced172de6a12ec..1db4d0388fef4fcfdd04eeac89557689b2668a71 100644 --- a/src/web/static/js/dashboard.js +++ b/src/web/static/js/dashboard.js @@ -429,10 +429,10 @@ addOption = function (selectbox, text, value) { function loadFilterValues() { var filters = { - 'climateFilter': 'Climate zone', 'zoneFilter': 'Zone', 'commercialFilter': 'Type of Implementing Agency', - 'disasterFilter': 'Associated disaster / Immediate cause', - 'soilFilter': 'Soil type', 'shelterTypeFilter': 'Type of shelter', - // 'topographyFilter': 'Topography' + 'climateFilter': 'climatezone', 'zoneFilter': 'zone', 'commercialFilter': 'typeofimplementingagency', + 'disasterFilter': 'associateddisasterimmediatecause', + 'soilFilter': 'soiltype', 'shelterTypeFilter': 'typeofshelter', + // 'topographyFilter': 'topography' } for (var filterId in filters) {