translation: knowledgebase -> workspace

This commit is contained in:
Tom Moor
2023-10-17 22:34:01 -04:00
parent 608e1eeaa0
commit ba612a557f
6 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ type Props = EmailProps & {
*/
export default class InviteReminderEmail extends BaseEmail<Props> {
protected subject({ actorName, teamName }: Props) {
return `Reminder: ${actorName} invited you to join ${teamName}s knowledge base`;
return `Reminder: ${actorName} invited you to join ${teamName}s workspace`;
}
protected preview() {