From 476e3062e5c85be274cd53446a1b595a5ede2b5a Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 27 Nov 2013 21:12:17 +0100 Subject: [PATCH] fix typo --- templates/email/default/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/email/default/README b/templates/email/default/README index 5ff49ebf7..d85b944b0 100644 --- a/templates/email/default/README +++ b/templates/email/default/README @@ -7,7 +7,7 @@ Layouts Mail layouts are used to provide a layout to all or some of the e-mails sent by the Thelia core or the modules. -The layouts should have the 'tpl' extension, and shoud use {$message_body} as the +The layouts should have the 'tpl' extension, and should use {$message_body} as the placeholder of the final message content. For example, a minimal layout is : @@ -37,7 +37,7 @@ A Template contains the body of a specific message. It can be used It may exten in this case, you SHOULD NOT select this layout as the message layout in the back office. HTML templates SHOULD have the 'html' extension to be displayed in the "Name of -the text template file" menu in the back-office. +the HTML template file" menu in the back-office. TEXT templates SHOULD have the 'text' extension to be displayed in the "Name of the text template file" menu in the back-office.