diff --git a/client/src/components/panels/location/administrative-tab.tsx b/client/src/components/panels/location/administrative-tab.tsx index 3f0dea4..155f28c 100644 --- a/client/src/components/panels/location/administrative-tab.tsx +++ b/client/src/components/panels/location/administrative-tab.tsx @@ -85,7 +85,7 @@ const AdministrativeTab = ({ locationCode, onChangeLocationCode }: Administrativ <>

Select a location by administrative boundaries to view data specific to states, counties, or - regions. This helps focus on localized insights for effective resource management and + payams. This helps focus on localized insights for effective resource management and planning.

@@ -130,7 +130,7 @@ const AdministrativeTab = ({ locationCode, onChangeLocationCode }: Administrativ {!!selectedLocationLevel2 && ( {selectedLocationLevel2.name} )} - {!selectedLocationLevel2 && "Select countie"} + {!selectedLocationLevel2 && "Select county"} {!!selectedLocationLevel2 && ( )}
- + No results found. {isLoadingLevel2 && Loading...} @@ -165,7 +165,7 @@ const AdministrativeTab = ({ locationCode, onChangeLocationCode }: Administrativ {!!selectedLocationLevel3 && ( {selectedLocationLevel3.name} )} - {!selectedLocationLevel3 && "Select region"} + {!selectedLocationLevel3 && "Select payam"} {!!selectedLocationLevel3 && ( )} - + No results found. {isLoadingLevel3 && Loading...}