Files
sure/test/controllers/transactions/categorizes_controller_test.rb
Stephen Jolly c9ca83a0d4 fix(transactions): show full dates in the categorize wizard (#2633)
The categorize view renders dates with :short (\"%b %d\"), which omits the
year — ambiguous when the uncategorized backlog spans more than one year.
Use format_date, which renders the family's Settings date format; every
selectable format includes the year.
2026-07-17 07:19:57 +02:00

9.6 KiB