fix: correct fr-BE audit column label Actor -> Auteur

Caught during live browser validation on Unraid: fr-BE had "Acteur" for
the audit trail's actor column, but the brief's minimum-required French
corrections specify "Actor" -> "Auteur" explicitly.
This commit is contained in:
NuklearRabbit
2026-08-04 03:32:48 +02:00
parent 9468cc3e21
commit 09173a4740
+1 -1
View File
@@ -16,7 +16,7 @@
"storedRendered": "Stocké en UTC · Affiché en heure de Bruxelles", "storedRendered": "Stocké en UTC · Affiché en heure de Bruxelles",
"columns": { "columns": {
"when": "Quand", "when": "Quand",
"actor": "Acteur", "actor": "Auteur",
"action": "Action", "action": "Action",
"entity": "Entité", "entity": "Entité",
"change": "Changement", "change": "Changement",