diff --git a/app/views/admin/education/programs/_form.html.erb b/app/views/admin/education/programs/_form.html.erb
index 6a0272b412347ac7ffa1123250d3a64ae920afb5..298753bae10b132792d21b26a3a2c175a264d8cb 100644
--- a/app/views/admin/education/programs/_form.html.erb
+++ b/app/views/admin/education/programs/_form.html.erb
@@ -36,7 +36,11 @@
       <%= render 'admin/education/programs/forms/part', part: :presentation do %>
         <div class="row">
           <div class="col-xxl-6">
-            <%= f.input :presentation %>
+            <%= f.input :presentation,
+                        as: :summernote,
+                        input_html: {
+                          data: { 'summernote-config' => 'link' }
+                        } %>
           </div>
           <div class="col-xxl-6">
             <%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :objectives %>
diff --git a/config/locales/education/en.yml b/config/locales/education/en.yml
index a55b2560703b58df704aec88c1ba9742e55bb2ad..ac13e8f926e31c23b40f80bfe0601a29cd7de7e2 100644
--- a/config/locales/education/en.yml
+++ b/config/locales/education/en.yml
@@ -55,7 +55,7 @@ en:
         other: Other
         pedagogy: Méthodes mobilisées
         prerequisites: Prérequis
-        presentation: Presentation
+        presentation: In brief
         pricing: Tarifs
         published: Published?
         registration: Modalités et délais d’accès
diff --git a/config/locales/education/fr.yml b/config/locales/education/fr.yml
index afe79e85b5e83c198395300c34a49d1376da0d7a..77e0483a0c33e463c9d4c6c6a129fee08f808753 100644
--- a/config/locales/education/fr.yml
+++ b/config/locales/education/fr.yml
@@ -55,7 +55,7 @@ fr:
         other: Autre
         pedagogy: Méthodes mobilisées
         prerequisites: Prérequis
-        presentation: Présentation
+        presentation: En bref
         pricing: Tarifs
         published: Publiée ?
         registration: Modalités et délais d’accès