refactor: rename Module to ECUE, update routes, UI, and API messages
refactor: rename Module to ECUE in API, UI, and error messages
This commit is contained in:
@@ -324,14 +324,14 @@ export default function NoteRecap({ numEtud }: Props) {
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Module rows */}
|
||||
{/* ECUE rows */}
|
||||
{ueMods.length === 0
|
||||
? (
|
||||
<p
|
||||
class="col-dim"
|
||||
style="font-size: 0.8rem; padding: 0.25rem 0; margin-bottom: 0.75rem"
|
||||
>
|
||||
Aucun module associe a cette UE pour cette promotion.
|
||||
Aucun ECUE associe a cette UE pour cette promotion.
|
||||
</p>
|
||||
)
|
||||
: (
|
||||
|
||||
Reference in New Issue
Block a user