relabel: Promoteur·ice ULB → Promoteur·ice université in all UI labels

Pure label change across 6 template/controller files — no DB schema change.
Migration 043 added to track the change.
This commit is contained in:
Pontoporeia
2026-07-06 19:51:42 +02:00
parent 6573dd5452
commit 58fb4142b7
8 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -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',
+1 -1
View File
@@ -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'] ?? '',