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

fixed name

parent 4216427f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ public enum EntityType implements LocalizedEnum
ICON("icon", "background-grey", ImportRequired.NONE, "icons", "icon"),
TRANSACTION_NAME_KEYWORD("transaction_name_keyword", "background-grey", ImportRequired.NONE, "keywords", "keyword"),
RECURRING_TRANSACTIONS("repeat", "background-orange-dark", ImportRequired.NONE, "recurring", "recurring"),
TRANSACTION_IMPORT("fas fa-file-csv", "background-orange-dark", ImportRequired.NONE, "transactionImport", "transactionImport");
TRANSACTION_IMPORT("fas fa-file-csv", "background-orange-dark", ImportRequired.NONE, "transactionImportSettings", "transactionImportSettings");
public enum ImportRequired
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment