mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Fix stale reference to classification group name
This commit is contained in:
parent
10ce2c8e23
commit
0d62e60da1
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@
|
||||||
icon: classification_group.icon,
|
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-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.display_name} accounts to see a full breakdown" %></p>
|
<p class="text-secondary text-sm text-center"><%= "Add your #{classification_group.name} accounts to see a full breakdown" %></p>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue