From 593a39a93678c40b9bfe6cba55c9503010787f6c Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Sun, 24 Sep 2023 11:14:13 -0600 Subject: [PATCH] Fix broken help for edit pledge --- templates/CRM/Pledge/Form/Pledge.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Pledge/Form/Pledge.tpl b/templates/CRM/Pledge/Form/Pledge.tpl index a14814bf56..cf1850b2e8 100644 --- a/templates/CRM/Pledge/Form/Pledge.tpl +++ b/templates/CRM/Pledge/Form/Pledge.tpl @@ -14,7 +14,7 @@ {if !$email and $action neq 8 and $context neq 'standalone'}
{icon icon="fa-info-circle"}{/icon} -

{ts}You will not be able to send an acknowledgment for this pledge because there is no email address recorded for this contact. If you want a acknowledgment to be sent when this pledge is recorded, click Cancel and then click Edit from the Summary tab to add an email address before recording the pledge.{/ts}

+ {ts}You will not be able to send an acknowledgment for this pledge because there is no email address recorded for this contact. If you want a acknowledgment to be sent when this pledge is recorded, click Cancel and then click Edit from the Summary tab to add an email address before recording the pledge.{/ts}
{/if} {if $action EQ 2} @@ -105,7 +105,7 @@ - {$form.financial_type_id.label} {help id='id-financial_type_id'} + {$form.financial_type_id.label} {help id='id-financial_type_id' file="CRM/Pledge/Form/Pledge.hlp"} {$form.financial_type_id.html} @@ -115,7 +115,7 @@ campaignTrClass="crm-pledge-form-block-campaign_id"} - {$form.contribution_page_id.label} {help id='id-contribution_page_id'} + {$form.contribution_page_id.label} {help id='id-contribution_page_id' file="CRM/Pledge/Form/Pledge.hlp"} {$form.contribution_page_id.html} -- 2.25.1