diff --git a/banking/src/components/features/BankStatementImporter/CSV/CSVImport.tsx b/banking/src/components/features/BankStatementImporter/CSV/CSVImport.tsx index 63b7df824d0..174f1401b1c 100644 --- a/banking/src/components/features/BankStatementImporter/CSV/CSVImport.tsx +++ b/banking/src/components/features/BankStatementImporter/CSV/CSVImport.tsx @@ -2,9 +2,7 @@ import CSVRawDataPreview from './CSVRawDataPreview' import StatementDetails from './StatementDetails' import { GetStatementDetailsResponse } from '../import_utils' -const CSVImport = ({ data }: { data: { message: GetStatementDetailsResponse } }) => { - - +const CSVImport = ({ data, mutate }: { data: { message: GetStatementDetailsResponse }, mutate: () => void }) => { return (
+ {_("Leave blank to use the password already saved for this bank account (if any). It is stored encrypted and reused for future statements.")} +
+