From 65263f9948b90dce6fb0259980a6f72ec196380f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Fri, 22 Nov 2024 15:31:10 +0100 Subject: [PATCH] refactor(client): Rename the administrative levels --- .../panels/location/administrative-tab.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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...}