From 2eec6015ea12bab2c468f74db7907efd79059e0b Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 1 Dec 2023 14:35:47 +0100 Subject: [PATCH] fix --- .../admin/communication/websites/posts/categories/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4a5a41eee..2dd536238 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 %> -- GitLab