diff --git a/TODO.md b/TODO.md
index 3488776..b6bfcf7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -28,3 +28,4 @@
- [x] Fix: deleting contact groups in apropos form not persisted (no change event after DOM removal, autosave never triggered)
- [x] Improve h1, h2, h3 size difference in base.css heading scale
- [x] Rework TFE page desktop layout: two columns 35vw/1fr, left = author/title/meta/synopsis, right = files, media 100% width; columns scroll independently, content fits 100vw; no bottom padding on main; add &scrollbar=0 to PDF iframe URLs
+- [x] 'Promoteur·ice ULB' remplacé par 'Promoteur·ice université' (changement juste l'étiquette)
diff --git a/app/migrations/pending/043_relabel_promoteur_ulb.php b/app/migrations/pending/043_relabel_promoteur_ulb.php
new file mode 100644
index 0000000..cff771f
--- /dev/null
+++ b/app/migrations/pending/043_relabel_promoteur_ulb.php
@@ -0,0 +1,9 @@
+
-
Promoteur·ice(s) ULB
+ Promoteur·ice(s) université
= htmlspecialchars($thesis['jury_promoteurs_ulb']) ?>
diff --git a/app/src/Controllers/ExportController.php b/app/src/Controllers/ExportController.php
index 79ccb05..e83b7be 100644
--- a/app/src/Controllers/ExportController.php
+++ b/app/src/Controllers/ExportController.php
@@ -259,7 +259,7 @@ class ExportController
'Promoteur·ice(s) interne',
'Lecteur·ice(s) interne',
'Lecteur·ice(s) externe',
- 'Promoteur·ice(s) ULB',
+ 'Promoteur·ice(s) université',
'Format(s)',
'Année',
'AP',
diff --git a/app/src/StudentEmail.php b/app/src/StudentEmail.php
index 8765cad..adb445e 100644
--- a/app/src/StudentEmail.php
+++ b/app/src/StudentEmail.php
@@ -33,7 +33,7 @@ class StudentEmail
'Format(s)' => $thesis['formats'] ?? '',
'Mots-clés' => $thesis['keywords'] ?? '',
'Promoteur·ice(s) interne' => $thesis['jury_promoteurs'] ?? '',
- 'Promoteur·ice(s) ULB' => $thesis['jury_promoteurs_ulb'] ?? '',
+ 'Promoteur·ice(s) université' => $thesis['jury_promoteurs_ulb'] ?? '',
'Président·e du jury' => $thesis['jury_president'] ?? '',
'Lecteurs·rices (interne)' => $thesis['jury_lecteurs_internes'] ?? '',
'Lecteurs·rices (externe)' => $thesis['jury_lecteurs_externes'] ?? '',
diff --git a/app/templates/admin/recapitulatif.php b/app/templates/admin/recapitulatif.php
index 13710e5..59c554d 100644
--- a/app/templates/admin/recapitulatif.php
+++ b/app/templates/admin/recapitulatif.php
@@ -89,7 +89,7 @@
Promoteur·ice(s)= htmlspecialchars($thesis['jury_promoteurs']) ?>
- Promoteur·ice(s) ULB= htmlspecialchars($thesis['jury_promoteurs_ulb']) ?>
+ Promoteur·ice(s) université= htmlspecialchars($thesis['jury_promoteurs_ulb']) ?>
Lecteur·ice(s) interne= htmlspecialchars($thesis['jury_lecteurs_internes']) ?>
diff --git a/app/templates/partials/form/jury-fieldset.php b/app/templates/partials/form/jury-fieldset.php
index 753e5d1..0b87fde 100644
--- a/app/templates/partials/form/jury-fieldset.php
+++ b/app/templates/partials/form/jury-fieldset.php
@@ -105,14 +105,14 @@ if ($addMode) {
-
+
diff --git a/app/templates/public/tfe.php b/app/templates/public/tfe.php
index b9a0fe8..b006741 100644
--- a/app/templates/public/tfe.php
+++ b/app/templates/public/tfe.php
@@ -133,7 +133,7 @@
- Promoteur·ice ULB :
+ Promoteur·ice université :
'' . htmlspecialchars($n) . '',