From ef1c1d2a24bd421d2560291fa4dca6d76a7efbd9 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 6 Nov 2018 15:04:54 +0200 Subject: [PATCH] placeholders info --- application/Espo/Resources/i18n/en_US/EmailTemplate.json | 2 ++ .../Espo/Resources/metadata/clientDefs/EmailTemplate.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/i18n/en_US/EmailTemplate.json b/application/Espo/Resources/i18n/en_US/EmailTemplate.json index 5105156970..6cd44b9eb9 100644 --- a/application/Espo/Resources/i18n/en_US/EmailTemplate.json +++ b/application/Espo/Resources/i18n/en_US/EmailTemplate.json @@ -27,6 +27,8 @@ "actual": "Actual" }, "placeholderTexts": { + "today": "Today's date", + "now": "Current date & time", "optOutUrl": "URL for an unsubsbribe link", "optOutLink": "an unsubscribe link" } diff --git a/application/Espo/Resources/metadata/clientDefs/EmailTemplate.json b/application/Espo/Resources/metadata/clientDefs/EmailTemplate.json index 1061566be0..2d5479f26e 100644 --- a/application/Espo/Resources/metadata/clientDefs/EmailTemplate.json +++ b/application/Espo/Resources/metadata/clientDefs/EmailTemplate.json @@ -43,5 +43,5 @@ "filterList": [ "actual" ], - "placeholderList": ["optOutUrl", "optOutLink"] + "placeholderList": ["today", "now", "optOutUrl", "optOutLink"] }