From b16a718812fe85345ec49e091926bb2d7d7755c2 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Fri, 24 Dec 2021 15:41:50 +0100
Subject: [PATCH] fix

---
 app/views/admin/education/programs/static.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb
index 3f739d4d6..c3b9ca622 100644
--- a/app/views/admin/education/programs/static.html.erb
+++ b/app/views/admin/education/programs/static.html.erb
@@ -12,7 +12,7 @@ image_alt: "<%= @program.featured_image_alt %>"
 categories:
   - "<%= @github_file.website.categories.find_by(program_id: @program.id)&.id %>"
 <% if @program.teachers.any? %>
-members:
+persons:
   - "marlene-dulaurans"
   - "arnaud-levy"
   - "quentin-bessiere"
-- 
GitLab