Crossover report: Remove leftover help text referring to linear trend. (#6638)

Accidentally forgotten in https://github.com/actualbudget/actual/pull/6589

Signed-off-by: Jonathon Jongsma <jonathon@quotidian.org>
This commit is contained in:
Jonathon Jongsma
2026-01-13 14:24:00 -06:00
committed by GitHub
parent 914074d4b6
commit 6d8cba1564
2 changed files with 6 additions and 4 deletions

View File

@@ -698,10 +698,6 @@ function CrossoverInner({ widget }: CrossoverInnerProps) {
How past expenses are projected into the future.
<br />
<br />
Linear Trend: Projects expenses using a linear
regression of historical data.
<br />
<br />
Hampel Filtered Median: Filters out outliers
before calculating the median expense.
<br />