update category display name for balance modification transaction
This commit is contained in:
@@ -217,7 +217,7 @@ export function useReconciliationStatementPageBase() {
|
||||
|
||||
if (transaction.type === TransactionType.ModifyBalance) {
|
||||
type = tt('Modify Balance');
|
||||
categoryName = '-';
|
||||
categoryName = tt('Modify Balance');
|
||||
} else if (transaction.type === TransactionType.Income) {
|
||||
type = tt('Income');
|
||||
} else if (transaction.type === TransactionType.Expense) {
|
||||
|
||||
Reference in New Issue
Block a user