From c4ada33ce3509c0b16af921900b4debdb74f7551 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 7 Jun 2019 10:46:44 +1200 Subject: [PATCH] Fix version for pledge message update, also remove 'please print' --- CRM/Upgrade/Incremental/MessageTemplates.php | 2 +- xml/templates/message_templates/pledge_acknowledge_html.tpl | 2 +- xml/templates/message_templates/pledge_acknowledge_text.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Upgrade/Incremental/MessageTemplates.php b/CRM/Upgrade/Incremental/MessageTemplates.php index 55b3d71f9e..35db89aaf8 100644 --- a/CRM/Upgrade/Incremental/MessageTemplates.php +++ b/CRM/Upgrade/Incremental/MessageTemplates.php @@ -113,7 +113,7 @@ class CRM_Upgrade_Incremental_MessageTemplates { ], ], [ - 'version' => '5.14', + 'version' => '5.15.alpha1', 'upgrade_descriptor' => ts('Use email greeting and fix capitalization'), 'label' => ts('Pledge acknowledgement'), 'templates' => [ diff --git a/xml/templates/message_templates/pledge_acknowledge_html.tpl b/xml/templates/message_templates/pledge_acknowledge_html.tpl index bfa55411c3..eacdc2ae4e 100644 --- a/xml/templates/message_templates/pledge_acknowledge_html.tpl +++ b/xml/templates/message_templates/pledge_acknowledge_html.tpl @@ -22,7 +22,7 @@ {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}

{$greeting},

{/if} -

{ts}Thank you for your generous pledge. Please print this acknowledgment for your records.{/ts}

+

{ts}Thank you for your generous pledge.{/ts}

diff --git a/xml/templates/message_templates/pledge_acknowledge_text.tpl b/xml/templates/message_templates/pledge_acknowledge_text.tpl index 1a500f757e..89363575d3 100644 --- a/xml/templates/message_templates/pledge_acknowledge_text.tpl +++ b/xml/templates/message_templates/pledge_acknowledge_text.tpl @@ -1,6 +1,6 @@ {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}

{$greeting},

{/if} -{ts}Thank you for your generous pledge. Please print this acknowledgment for your records.{/ts} +{ts}Thank you for your generous pledge.{/ts} =========================================================== {ts}Pledge Information{/ts} -- 2.25.1