Skip to content

Commit

Permalink
Erste import: change output title to lowercase
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nirschl <peter.nirschl@gmail.com>
  • Loading branch information
petermax2 committed Jun 23, 2024
1 parent 5a3f95b commit 93e7c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/importers/erste.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl HledgerImporter for HledgerErsteJsonImporter {
}

fn output_title(&self) -> &'static str {
"Erste Import"
"Erste import"
}
}

Expand Down

0 comments on commit 93e7c26

Please sign in to comment.