mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
Pure label change across 6 template/controller files — no DB schema change. Migration 043 added to track the change.
10 lines
428 B
PHP
10 lines
428 B
PHP
<?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";
|