mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
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.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div class="ml-2 space-y-1 text-sm">
|
||||
<h4 class="text-primary">Autosuggest income & spending budget</h4>
|
||||
<p class="text-secondary">
|
||||
This will be based on transaction history. AI can make mistakes, verify before continuing.
|
||||
Calculation based solely on medians, adjust as appropriate.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user