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
@@ -89,7 +89,7 @@
<dt>Promoteur·ice(s)</dt><dd><?= htmlspecialchars($thesis['jury_promoteurs']) ?></dd>
<?php endif; ?>
<?php if ($thesis['jury_promoteurs_ulb']): ?>
<dt>Promoteur·ice(s) ULB</dt><dd><?= htmlspecialchars($thesis['jury_promoteurs_ulb']) ?></dd>
<dt>Promoteur·ice(s) université</dt><dd><?= htmlspecialchars($thesis['jury_promoteurs_ulb']) ?></dd>
<?php endif; ?>
<?php if ($thesis['jury_lecteurs_internes']): ?>
<dt>Lecteur·ice(s) interne</dt><dd><?= htmlspecialchars($thesis['jury_lecteurs_internes']) ?></dd>