Fix stale reference to classification group name

This commit is contained in:
Zach Gollwitzer
2025-06-10 21:30:53 -04:00
parent 10ce2c8e23
commit 0d62e60da1

View File

@@ -121,8 +121,8 @@
icon: classification_group.icon,
) %>
<p class="text-primary text-sm font-medium mb-1 mt-4">No <%= classification_group.display_name %> yet</p>
<p class="text-secondary text-sm text-center"><%= "Add your #{classification_group.display_name} accounts to see a full breakdown" %></p>
<p class="text-primary text-sm font-medium mb-1 mt-4">No <%= classification_group.name %> yet</p>
<p class="text-secondary text-sm text-center"><%= "Add your #{classification_group.name} accounts to see a full breakdown" %></p>
</div>
<% end %>
</div>