diff --git a/app/views/administrate/application/index.html.erb b/app/views/administrate/application/index.html.erb index 3beb15aa5b..24b601d4c2 100644 --- a/app/views/administrate/application/index.html.erb +++ b/app/views/administrate/application/index.html.erb @@ -44,7 +44,7 @@ It renders the `_table` partial to display details about the resources. <%= link_to( t( "administrate.actions.new_resource", - name: display_resource_name(page.resource_name).titleize.downcase + name: page.resource_name.titleize.downcase ), [:new, namespace, page.resource_path], class: "button",