From 7ca0975650b04f3eddaf865f35beb257e99104db Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Fri, 22 Nov 2024 11:22:25 +0000 Subject: [PATCH] fix: build errrors --- packages/lib/utils/document-audit-logs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lib/utils/document-audit-logs.ts b/packages/lib/utils/document-audit-logs.ts index b3687a8aa..3f1358f0e 100644 --- a/packages/lib/utils/document-audit-logs.ts +++ b/packages/lib/utils/document-audit-logs.ts @@ -291,8 +291,8 @@ export const formatDocumentAuditLogAction = ( identified: msg`${prefix} deleted the document`, })) .with({ type: DOCUMENT_AUDIT_LOG_TYPE.DOCUMENT_RESTORED }, () => ({ - anonymous: 'Document restored', - identified: 'restored the document', + anonymous: msg`Document restored`, + identified: msg`${prefix} restored the document`, })) .with({ type: DOCUMENT_AUDIT_LOG_TYPE.DOCUMENT_FIELD_INSERTED }, () => ({ anonymous: msg`Field signed`,