From af2a51d89f42cfa5f6cddcd51e6c53ae2174b260 Mon Sep 17 00:00:00 2001 From: SureBot Date: Sun, 19 Apr 2026 08:56:11 +0000 Subject: [PATCH] Fix misleading 'AI' copy in budget autosuggest Replaced 'AI can make mistakes, verify before continuing.' with 'Calculation based solely on medians, adjust as appropriate.' The autosuggest feature uses simple median calculations on transaction history, not an LLM or AI model. --- app/views/budgets/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/budgets/edit.html.erb b/app/views/budgets/edit.html.erb index 3ec00b220..54ff58e21 100644 --- a/app/views/budgets/edit.html.erb +++ b/app/views/budgets/edit.html.erb @@ -25,7 +25,7 @@

Autosuggest income & spending budget

- This will be based on transaction history. AI can make mistakes, verify before continuing. + Calculation based solely on medians, adjust as appropriate.