Skip to content

Commit 852ade0

Browse files
authored
Fix to unknown expense account
1 parent 50ad9cb commit 852ade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importer2firefly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def start_import(self) -> AsyncGenerator[Any, Any]:
179179
if linked_account is None
180180
and transaction_type == "deposit"
181181
else (
182-
"(unknown destination account)"
182+
"(unknown expense account)"
183183
if linked_account is None
184184
else linked_account["attributes"]["name"]
185185
)

0 commit comments

Comments
 (0)