diff --git a/beancount_cde_importer/__init__.py b/beancount_cde_importer/__init__.py index 1938433..59042f3 100644 --- a/beancount_cde_importer/__init__.py +++ b/beancount_cde_importer/__init__.py @@ -12,7 +12,7 @@ from beancount.ingest import cache, importer # type: ignore COL_DATE = "Date de comptabilisation" -COL_LABEL = "Libelle operation" +COL_LABEL = "Libelle simplifie" COL_DEBIT = "Debit" COL_CREDIT = "Credit" COL_DETAIL = "Informations complementaires"