Skip to content

Commit

Permalink
Fix space typos in export file
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn committed Sep 28, 2023
1 parent 95111ea commit ddeb0af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/fileExports.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ const generateCsvContent = (
`${translate('ExportStatement.fileBalanceOnStartDate')}; ${startBalance}`,
'',
`${translate('ExportStatement.fileTransactionsTitle')}`,
`${translate('ExportStatement.fileTxDate')}; ${translate(
`${translate('ExportStatement.fileTxDate')};${translate(
'ExportStatement.fileTxUsername',
)}; ${translate('ExportStatement.fileTxSafeAddress')}; ${translate(
)};${translate('ExportStatement.fileTxSafeAddress')};${translate(
'ExportStatement.fileTxPaymentNote',
)}; ${translate('ExportStatement.fileTxAmount')}`,
)};${translate('ExportStatement.fileTxAmount')}`,
...csvTransactions,
].join('\n');
};
Expand Down

0 comments on commit ddeb0af

Please sign in to comment.