diff --git a/app/views/admin/communication/blocks/components/string/_edit.html.erb b/app/views/admin/communication/blocks/components/string/_edit.html.erb
index 9dc947a2be0bce3ef6d64f9853a8924b1de8832b..6285fb65bc3a5122c0159ec7d238e4bb8107ee7c 100644
--- a/app/views/admin/communication/blocks/components/string/_edit.html.erb
+++ b/app/views/admin/communication/blocks/components/string/_edit.html.erb
@@ -3,7 +3,7 @@
     <label  class="form-label" 
             aria-label="<%= label %>"
             :for="<%= dom_id.html_safe %>">
-      <%= label%>
+      <%= label %>
     </label>
   <% end %>
   <input  :id="<%= dom_id.html_safe %>"
diff --git a/app/views/admin/communication/blocks/templates/partners/_edit.html.erb b/app/views/admin/communication/blocks/templates/partners/_edit.html.erb
index 3cc3f271cafd1199382131842173753e794cb432..1935b83fab980bd61232933c8ad92dbb042c0f4c 100644
--- a/app/views/admin/communication/blocks/templates/partners/_edit.html.erb
+++ b/app/views/admin/communication/blocks/templates/partners/_edit.html.erb
@@ -10,6 +10,7 @@
     <%= block_component_edit :alphabetical %>
   </div>
 </div>
+<%= block_component_add_element t('.add_partner') %>
 <draggable :list="data.elements" class="mb-3 <%= if_appstack 'list-group' %>" handle=".partnerHandle">
   <div v-for="(element, index) in data.elements" class="draggable-item <%= if_appstack 'list-group-item' %>">
     <div class="d-flex mb-n3">
@@ -42,4 +43,6 @@
     </div>
   </div>
 </draggable>
-<%= block_component_add_element t('.add_partner') %>
+<div v-show="data.elements.length > 2">
+  <%= block_component_add_element t('.add_partner') %>
+</div>
\ No newline at end of file
diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml
index ae26a0ac925dda7cff3a6a6811003816628d46a9..89797b6279456e11b5f7e79e10b508aaede0add8 100644
--- a/config/locales/communication/en.yml
+++ b/config/locales/communication/en.yml
@@ -532,16 +532,17 @@ en:
               element:
                 id:
                   label: Organization
-                  name:
-                    label: Nom
-                    placeholder: Enter organization's name
-                    url:
-                      label: Website
-                      logo_label: Logo
-                      placeholder: https://
-                      remove_logo: Remove logo
                   placeholder: Choose organization
                   unregistered: Unregistered organization
+                name:
+                  label: Nom
+                  placeholder: Enter organization's name
+                url:
+                  label: Website
+                  placeholder: https://
+                logo:
+                  label: Logo
+                  remove_logo: Remove logo
               remove_partner: Remove organization
               with_link:
                 label: With clickable link to each organization's page?
diff --git a/config/locales/communication/fr.yml b/config/locales/communication/fr.yml
index b41a76a3a1e2f1016c8f2c68c7f1e8f63cd1764c..581e2739f599025d83bca886ae2ab1a655390bd5 100644
--- a/config/locales/communication/fr.yml
+++ b/config/locales/communication/fr.yml
@@ -532,16 +532,17 @@ fr:
               element:
                 id:
                   label: Organisation
-                  name:
-                    label: Nom
-                    placeholder: Entrer le nom du partenaire
-                    url:
-                      label: Site Web
-                      logo_label: Logo
-                      placeholder: https://
-                      remove_logo: Enlever le logo
                   placeholder: Choisir l'organisation
                   unregistered: Organisation non enregistrée
+                name:
+                  label: Nom
+                  placeholder: Entrer le nom du partenaire
+                url:
+                  label: Site Web
+                  placeholder: https://
+                logo:
+                  label: Logo
+                  remove_logo: Enlever le logo
               remove_partner: Enlever le partenaire
               with_link:
                 label: Avec des liens cliquables vers les pages des organisations?