diff --git a/app/views/posts/attributes/_new_array.haml b/app/views/posts/attributes/_new_array.haml
index 5778f619..86a8f275 100644
--- a/app/views/posts/attributes/_new_array.haml
+++ b/app/views/posts/attributes/_new_array.haml
@@ -40,7 +40,8 @@
   = render 'bootstrap/modal', id: id, modal_content_attributes: { class: 'h-100' }, hide_actions: ['array#cancel'], keydown_actions: %w[keydown->array#cancelWithEscape] do
     - content_for :"#{id}_header" do
       .form-group.flex-grow-1.mb-0
-        = label_tag id, post_label_t(attribute, post: post)
+        = label_tag id, post_label_t(attribute, post: post), class: 'mb-0'
+        %small.feedback.form-text.text-muted.mt-0.mb-1= post_help_t(metadata.name, post: post)
         %input.form-control{ data: { target: 'array.search', action: 'input->array#search keydown->enter#prevent' }, type: 'search', placeholder: t('.filter') }
 
     - content_for :"#{id}_body" do