diff --git a/app/views/admin/communication/blocks/templates/partners/_static.html.erb b/app/views/admin/communication/blocks/templates/partners/_static.html.erb
index ef381ee8d59ccb402bd9f8d40d8476fae94f965b..2aa6816edc1e174a192864550c25889ffaff9842 100644
--- a/app/views/admin/communication/blocks/templates/partners/_static.html.erb
+++ b/app/views/admin/communication/blocks/templates/partners/_static.html.erb
@@ -1,6 +1,6 @@
 <% if !block.data.nil? && !block.data.is_a?(String) && block.data.has_key?('elements') %>
 <% block.data['elements'].each do |element| %>
-      - name: >
+      - title: >
           <%= element['title'] %>
         partners:
 <%