diff --git a/src/components/Map/MapContainer.tsx b/src/components/Map/MapContainer.tsx index 17a65b9..fcaba1d 100644 --- a/src/components/Map/MapContainer.tsx +++ b/src/components/Map/MapContainer.tsx @@ -559,10 +559,11 @@ export const MapContainer = () => { toggleErrorGeoJson(!showErrorGeoJson); }} active={showErrorGeoJson} + title='Cluster zones which cannot be used for biomass' color='primary' className='toggle-buttons error-toggle' > - {isErrorZone ? 'Show Error Zones' : 'Hide Error Zones'} + {isErrorZone ? 'Show Unusable Zones' : 'Hide Unusable Zones'}