diff --git a/internal_packages/composer-templates/assets/Welcome to Quick Replies.html b/internal_packages/composer-templates/assets/Welcome to Quick Replies.html index c8700b156..933a63d6c 100644 --- a/internal_packages/composer-templates/assets/Welcome to Quick Replies.html +++ b/internal_packages/composer-templates/assets/Welcome to Quick Replies.html @@ -1,18 +1,11 @@
- Hi there {{First Name}}
,
+ Hey, {{First Name}}
!
Welcome to the Quick Replies plugin! Here you can create email templates with
- {{variable regions}}
that you can quickly fill in
+ {{variables}}
in double curly braces that you can quickly fill
before you send your email.
-- Just wrap text in
-{{double brackets}}
to create a variable! You - can add{{variables}}
inside areas of formatted - text too. -
When you send your message, the highlighting is always removed so the recipient never sees it. @@ -20,5 +13,5 @@ Enjoy!
- - Nylas Team + -Nylas Team
diff --git a/internal_packages/composer-templates/lib/preferences-templates.jsx b/internal_packages/composer-templates/lib/preferences-templates.jsx index 2f13fc518..86185f450 100644 --- a/internal_packages/composer-templates/lib/preferences-templates.jsx +++ b/internal_packages/composer-templates/lib/preferences-templates.jsx @@ -304,19 +304,13 @@ class PreferencesTemplates extends React.Component {- The Quick Replies plugin allows you to create templated email replies, with variables that - you can quickly replace before sending your email message. {`To create a variable, type a set of double curly - brackets wrapping the variable's name, like this`}: {"{{"}variable_name{"}}"} -
-- Reply templates are saved in the ~/.nylas/templates directory on your computer. Each template - is an HTML fileāthe name of the file is the name of the template, and its contents are the default message body. -
-- In raw HTML, variables are defined as HTML <code> tags with class "var empty". Typing curly brackets creates a tag - automatically. The code tags are colored yellow to show the variable regions but will be removed before the message is + {`To create a variable, type a set of double curly + brackets wrapping the variable's name, like this`}: {"{{"}variable_name{"}}"}. The highlighting in the variable regions will be removed before the message is sent.
++ Reply templates are saved as HTML files in the ~/.nylas/templates directory on your computer. In raw HTML, variables are defined as HTML <code> tags with class "var empty". +