fix: Language in document notification email, missing collection name

This commit is contained in:
Tom Moor
2022-06-24 10:01:54 +02:00
parent 50456c3b89
commit 68ce304b48
3 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ export default class DocumentNotificationEmail extends BaseEmail<
}
protected preview({ actorName, eventName }: Props): string {
return `${actorName} ${eventName} a new document`;
return `${actorName} ${eventName} a document`;
}
protected renderAsText({