From 0d62e60da12b56c24ade998da22c3fae17a51185 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Tue, 10 Jun 2025 21:30:53 -0400 Subject: [PATCH] Fix stale reference to classification group name --- app/views/pages/dashboard/_balance_sheet.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/dashboard/_balance_sheet.html.erb b/app/views/pages/dashboard/_balance_sheet.html.erb index b0687042..6d131782 100644 --- a/app/views/pages/dashboard/_balance_sheet.html.erb +++ b/app/views/pages/dashboard/_balance_sheet.html.erb @@ -121,8 +121,8 @@ icon: classification_group.icon, ) %> -

No <%= classification_group.display_name %> yet

-

<%= "Add your #{classification_group.display_name} accounts to see a full breakdown" %>

+

No <%= classification_group.name %> yet

+

<%= "Add your #{classification_group.name} accounts to see a full breakdown" %>

<% end %>