From 1fa0b3f204fd7d083702242633a08f695b4e13f3 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 14 Jul 2021 13:24:46 +0100 Subject: [PATCH] Rewording email template descriptions. --- packages/worker/src/constants/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/worker/src/constants/index.js b/packages/worker/src/constants/index.js index f18b94c794..aec864be97 100644 --- a/packages/worker/src/constants/index.js +++ b/packages/worker/src/constants/index.js @@ -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: [