From 323e9cc81b2726f04352a9564fac423a506c002d Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Tue, 11 Feb 2014 09:27:42 -0500 Subject: [PATCH] templates/CRM/Friend/Form/Friend.tpl: fix the thank_you_title/message field i18n. --- templates/CRM/Friend/Form/Friend.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Friend/Form/Friend.tpl b/templates/CRM/Friend/Form/Friend.tpl index 76104afb9c..f5732dae83 100644 --- a/templates/CRM/Friend/Form/Friend.tpl +++ b/templates/CRM/Friend/Form/Friend.tpl @@ -93,13 +93,13 @@ {$form.tf_thankyou_title.label} {if $action == 2} - {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='tf_thankyou_title' id=$friendId}{/if} + {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='thankyou_title' id=$friendId}{/if} {$form.tf_thankyou_title.html} {$form.tf_thankyou_text.label} {if $action == 2} - {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='tf_thankyou_text' id=$friendId} + {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_tell_friend' field='thankyou_text' id=$friendId} {/if} {$form.tf_thankyou_text.html}
-- 2.25.1