From 73b80232881a2085416e0d8d7cfdb05dcf1041e6 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 30 Nov 2023 19:09:31 +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 2dd536238..4a5a41eee 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::Post::Category.model_name.human %> +<% content_for :title, Communication::Website::Agenda::Category.model_name.human %> <%= render 'admin/communication/websites/sidebar' do %> <%= render 'form', category: @category %> -- GitLab