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 %>