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
@@ -0,0 +1,9 @@
<?php
/**
* Migration 043: Rename "Promoteur·ice ULB" → "Promoteur·ice université" in all UI labels.
*
* This is a pure template/code label change — no database schema change required.
* The migration exists to track that this relabeling has been applied.
*/
echo "Migration 043: Label-only change — 'Promoteur·ice ULB' → 'Promoteur·ice université' in templates.\n";
echo " No database changes required.\n";