Skip to content

Commit

Permalink
🎨 - refactor: changed record manager label to auteur
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Roeland committed Dec 10, 2024
1 parent ff2026e commit 3f55626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function DestructionListAuditLogDetails({

const extraData = readyForFirstReviewLogItem.extraData;
const detailsObjectList = {
"Record Manager": formatUser(readyForFirstReviewLogItem.user),
Auteur: formatUser(readyForFirstReviewLogItem.user),
...(extraData && {
"Min/Max archiefactiedatum": `van ${
extraData.minArchiefactiedatum &&
Expand Down

0 comments on commit 3f55626

Please sign in to comment.