fix: build errrors

This commit is contained in:
Ephraim Atta-Duncan
2024-11-22 11:22:25 +00:00
parent 870b3fb3d7
commit 7ca0975650

View File

@ -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`,