diff --git a/app/layout/project/sidebar/project/inventory-panel/features/modals/upload/index.tsx b/app/layout/project/sidebar/project/inventory-panel/features/modals/upload/index.tsx index a97474cb89..8ca66072dd 100644 --- a/app/layout/project/sidebar/project/inventory-panel/features/modals/upload/index.tsx +++ b/app/layout/project/sidebar/project/inventory-panel/features/modals/upload/index.tsx @@ -175,8 +175,8 @@ export const FeatureUploadModal = ({ <>
- CSV file uploaded correctly. Starting features processing. This might take several - minutes. + {uploadMode === 'csv' ? 'CSV file' : 'Shapefile'} uploaded correctly. Starting + features processing. This might take several minutes.
>, { @@ -197,7 +197,7 @@ export const FeatureUploadModal = ({ setSuccessFile(null); addToast( - 'error-upload-feature-csv', + 'error-upload-feature-file', <>