translation: knowledgebase -> workspace
This commit is contained in:
@@ -22,7 +22,7 @@ type Props = EmailProps & {
|
||||
*/
|
||||
export default class InviteEmail extends BaseEmail<Props, Record<string, any>> {
|
||||
protected subject({ actorName, teamName }: Props) {
|
||||
return `${actorName} invited you to join ${teamName}’s knowledge base`;
|
||||
return `${actorName} invited you to join ${teamName}’s workspace`;
|
||||
}
|
||||
|
||||
protected preview() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user