diff --git a/app/views/administrate/application/_collection.html.erb b/app/views/administrate/application/_collection.html.erb index f455f01754..fafe8b01f4 100644 --- a/app/views/administrate/application/_collection.html.erb +++ b/app/views/administrate/application/_collection.html.erb @@ -33,8 +33,8 @@ to display a collection of resources in an HTML table. )) do %> <%= t( "helpers.label.#{collection_presenter.resource_name}.#{attr_name}", - default: resource_class.human_attribute_name(attr_name), - ).titleize %> + default: resource_class.human_attribute_name(attr_name).titleize, + ) %> <% if collection_presenter.ordered_by?(attr_name) %>