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:
@@ -16,7 +16,7 @@
|
||||
"storedRendered": "Stocké en UTC · Affiché en heure de Bruxelles",
|
||||
"columns": {
|
||||
"when": "Quand",
|
||||
"actor": "Acteur",
|
||||
"actor": "Auteur",
|
||||
"action": "Action",
|
||||
"entity": "Entité",
|
||||
"change": "Changement",
|
||||
|
||||
Reference in New Issue
Block a user