Rewording email template descriptions.

This commit is contained in:
mike12345567 2021-07-14 13:24:46 +01:00
parent da5024633b
commit 1fa0b3f204
1 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ const TemplateMetadata = {
{
name: "Password recovery",
description:
"When a user requests a password reset, this template will be used.",
"When a user requests a password reset they will receive an email built with this template.",
category: "user management",
purpose: EmailTemplatePurpose.PASSWORD_RECOVERY,
bindings: [
@ -134,7 +134,7 @@ const TemplateMetadata = {
{
name: "User welcome",
description:
"When a new user is added to the system, the welcome email will use this template.",
"When a new user is added they will be sent a welcome email using this template.",
category: "user management",
purpose: EmailTemplatePurpose.WELCOME,
bindings: [],
@ -142,7 +142,7 @@ const TemplateMetadata = {
{
name: "User invitation",
description:
"When using the email invitation system, this template will be used.",
"When inviting a user via the email on-boarding this template will be used.",
category: "user management",
purpose: EmailTemplatePurpose.INVITATION,
bindings: [
@ -161,7 +161,7 @@ const TemplateMetadata = {
{
name: "Custom",
description:
"A custom format, this is currently used for SMTP email actions in automations.",
"A custom template, this is currently used for SMTP email actions in automations.",
category: "automations",
purpose: EmailTemplatePurpose.CUSTOM,
bindings: [