diff --git a/app/components/admin/widget/cards/table_component.html.erb b/app/components/admin/widget/cards/table_component.html.erb index 01a52aec5..d7fc9e579 100644 --- a/app/components/admin/widget/cards/table_component.html.erb +++ b/app/components/admin/widget/cards/table_component.html.erb @@ -2,9 +2,9 @@
| <%= ::Widget::Card.human_attribute_name(:title) %> | -<%= ::Widget::Card.human_attribute_name(:description) %> | -<%= ::Widget::Card.human_attribute_name(:link_text) %> / <%= ::Widget::Card.human_attribute_name(:link_url) %> | +<%= attribute_name(:title) %> | +<%= attribute_name(:description) %> | +<%= attribute_name(:link_text) %> / <%= attribute_name(:link_url) %> | <%= t("admin.shared.image") %> | <%= t("admin.shared.actions") %> |
|---|