fix: Language in document notification email, missing collection name
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user