fix(docs/accounts): remove duplicated content (#7199)

* fix(docs): remove duplicated content

* release note file
This commit is contained in:
Derek Gaffney
2026-03-14 21:39:33 +00:00
committed by GitHub
parent ab269fa4ea
commit 8934df0cb5
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ You can add as many accounts as you like. Adding all of your accounts (including
## Off budget accounts
Actual makes a distinction between accounts being **on** budget or **off** budget. Off budget accounts don't affect the budget and are meant to track stuff like investments and mortgages. Transactions in off budget accounts can't be categorized; they simply track balances over time.
Actual makes a distinction between accounts being **on** budget or **off** budget.
**Off budget** accounts don't affect the budget and are meant to track stuff like investments and mortgages. Transactions in off budget accounts can't be categorized; they simply track balances over time.

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [gaffneyd4]
---
Fix documentation formatting by removing duplicated content for improved readability in accounts section.