diff --git a/app/views/admin/communication/websites/posts/categories/new.html.erb b/app/views/admin/communication/websites/posts/categories/new.html.erb index 4a5a41eee81cd9146e9bf9d0b2c509a73f35bf9d..2dd53623818e413f8548fa02a435c9d8e50ab92d 100644 --- a/app/views/admin/communication/websites/posts/categories/new.html.erb +++ b/app/views/admin/communication/websites/posts/categories/new.html.erb @@ -1,4 +1,4 @@ -<% content_for :title, Communication::Website::Agenda::Category.model_name.human %> +<% content_for :title, Communication::Website::Post::Category.model_name.human %> <%= render 'admin/communication/websites/sidebar' do %> <%= render 'form', category: @category %>