diff --git a/application/Espo/Modules/Crm/Resources/templates/cancellation/de_DE/body.tpl b/application/Espo/Modules/Crm/Resources/templates/cancellation/de_DE/body.tpl index c0b06efc7c..503605235c 100644 --- a/application/Espo/Modules/Crm/Resources/templates/cancellation/de_DE/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/cancellation/de_DE/body.tpl @@ -1,5 +1,5 @@
Betreff: {{name}}
-Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{/if}} diff --git a/application/Espo/Modules/Crm/Resources/templates/cancellation/en_US/body.tpl b/application/Espo/Modules/Crm/Resources/templates/cancellation/en_US/body.tpl index 6b313a7699..72b3d01cc7 100644 --- a/application/Espo/Modules/Crm/Resources/templates/cancellation/en_US/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/cancellation/en_US/body.tpl @@ -1,5 +1,5 @@Subject: {{name}}
-Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{/if}} diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/de_DE/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/de_DE/body.tpl index cab1c299ed..871b6ff6ef 100644 --- a/application/Espo/Modules/Crm/Resources/templates/invitation/de_DE/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/de_DE/body.tpl @@ -1,5 +1,5 @@Betreff: {{name}}
-Beginn: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Beginn: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{#if description}}{{{description}}}
diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/en_US/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/en_US/body.tpl index bb2fd65b69..b71112d8a4 100644 --- a/application/Espo/Modules/Crm/Resources/templates/invitation/en_US/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/en_US/body.tpl @@ -1,5 +1,5 @@Subject: {{name}}
-Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{#if description}}{{{description}}}
diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/es_ES/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/es_ES/body.tpl index 0553aefcdd..161c53a937 100644 --- a/application/Espo/Modules/Crm/Resources/templates/invitation/es_ES/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/es_ES/body.tpl @@ -1,5 +1,5 @@Asunto: {{name}}
-Comienzo: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Comienzo: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{#if description}}{{{description}}}
diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/fr_FR/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/fr_FR/body.tpl index 4f9ecc4342..d143ae4aba 100644 --- a/application/Espo/Modules/Crm/Resources/templates/invitation/fr_FR/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/fr_FR/body.tpl @@ -1,5 +1,5 @@Objet: {{name}}
-Débute à: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Débute à: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{#if description}}{{{description}}}
diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/ru_RU/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/ru_RU/body.tpl index e299a36423..fc7dce1b2f 100644 --- a/application/Espo/Modules/Crm/Resources/templates/invitation/ru_RU/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/ru_RU/body.tpl @@ -1,5 +1,5 @@Название: {{name}}
-Начало: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Начало: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{#if description}}{{{description}}}
@@ -10,4 +10,4 @@ {{#if isUser}} -{{/if}} \ No newline at end of file +{{/if}} diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/uk_UA/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/uk_UA/body.tpl index 3558dd3e4e..4c88fc84ee 100644 --- a/application/Espo/Modules/Crm/Resources/templates/invitation/uk_UA/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/uk_UA/body.tpl @@ -1,5 +1,5 @@Назва: {{name}}
-Початок: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Початок: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{#if description}}{{{description}}}
diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/zh_CN/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/zh_CN/body.tpl index cfe4d056d2..a4d1017b2e 100644 --- a/application/Espo/Modules/Crm/Resources/templates/invitation/zh_CN/body.tpl +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/zh_CN/body.tpl @@ -1,5 +1,5 @@Subject: {{name}}
-Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
+Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}} ({{timeZone}}){{/if}}
{{#if isUser}} {{#if description}}{{{description}}}
@@ -10,4 +10,4 @@ {{#if isUser}} -{{/if}} \ No newline at end of file +{{/if}}