Skip to content
Snippets Groups Projects
Commit f703a161 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

add new default transaction keyword

parent 01b8fd15
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import java.util.List;
public class TransactionNameKeywordService implements Resettable
{
private static final Logger LOGGER = LoggerFactory.getLogger(TransactionNameKeywordService.class);
private static final List<String> DEFAULT_KEYWORDS = List.of("einnahme", "rückzahlung", "erstattung", "zinsen", "lohn", "gehalt", "income", "refund", "interest", "salary");
private static final List<String> DEFAULT_KEYWORDS = List.of("einnahme", "rückzahlung", "erstattung", "zinsen", "lohn", "gehalt", "gutschrift", "income", "refund", "interest", "salary");
private final TransactionNameKeywordRepository transactionNameKeywordRepository;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment