diff --git a/MoneyMap/Pages/Recategorize.cshtml b/MoneyMap/Pages/Recategorize.cshtml index d4193fa..a389664 100644 --- a/MoneyMap/Pages/Recategorize.cshtml +++ b/MoneyMap/Pages/Recategorize.cshtml @@ -48,10 +48,10 @@
Use the category mappings to automatically categorize transactions that are already in your database.
+Use the category mappings to automatically categorize transactions based on pattern matching.
Use AI to analyze transaction names and suggest categories. High-confidence matches will automatically create new mapping rules for future use.
+ ++ Process up to 50 uncategorized transactions. Review AI suggestions before applying. +
+ @if (Model.Stats.Uncategorized > 0) + { + + AI Categorize with Preview + + } + else + { + + } +