mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
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:
@@ -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',
|
||||
|
||||
@@ -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'] ?? '',
|
||||
|
||||
Reference in New Issue
Block a user