fix: knowledgebase -> knowledge base

This commit is contained in:
Tom Moor
2020-07-18 13:17:10 -07:00
parent 35052ef38f
commit af09713c8c
7 changed files with 7 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ export class Mailer {
to: opts.to,
title: `${opts.actorName} invited you to join ${
opts.teamName
}s knowledgebase`,
}s knowledge base`,
previewText:
"Outline is a place for your team to build and share knowledge.",
html: <InviteEmail {...opts} />,