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
@@ -159,7 +159,7 @@ $pageTitle = 'Merci — TFE enregistré';
<?php endif; ?>
<?php if (!empty($thesis['jury_promoteurs_ulb'])): ?>
<dt>Promoteur·ice(s) ULB</dt>
<dt>Promoteur·ice(s) université</dt>
<dd><?= htmlspecialchars($thesis['jury_promoteurs_ulb']) ?></dd>
<?php endif; ?>