From 96f0ce238102ccfa8d7c252daf1a274bf406a451 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 30 Nov 2016 17:41:30 +0200 Subject: [PATCH] fix template --- .../Espo/Resources/templates/noteEmailRecieved/en_US/body.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/templates/noteEmailRecieved/en_US/body.tpl b/application/Espo/Resources/templates/noteEmailRecieved/en_US/body.tpl index 39f2241724..2c258b8e16 100644 --- a/application/Espo/Resources/templates/noteEmailRecieved/en_US/body.tpl +++ b/application/Espo/Resources/templates/noteEmailRecieved/en_US/body.tpl @@ -1,4 +1,4 @@ -

Email recieved from {{fromName}} on {{entityTypeLowerFirst}} '{{parentName}}'.

+

Email recieved from {{fromName}}, related to {{entityTypeLowerFirst}} '{{parentName}}'.

{{subject}}

{{{post}}}

View

\ No newline at end of file