From 64c1e6ea83b1efabefadb816d9bcfad6ec90ca99 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Mon, 12 May 2014 12:33:11 +0530 Subject: [PATCH] CRM-13981, missing {ts} tag around accordion header ---------------------------------------- * CRM-13981: Migrate "In Honor of" to Soft Credits https://issues.civicrm.org/jira/browse/CRM-13981 --- templates/CRM/Member/Form/Membership.tpl | 4 ++-- templates/CRM/Member/Form/MembershipView.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index 3213ac2e61..1872744a45 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -307,13 +307,13 @@ {/literal} {if $accessContribution and $action eq 2 and $rows.0.contribution_id}
-
Related Contributions
+
{ts}Related Contributions{/ts}
{include file="CRM/Contribute/Form/Selector.tpl" context="Search"}
{/if} {if $softCredit}
-
Related Soft Contributions
+
{ts}Related Soft Contributions{/ts}
{include file="CRM/Contribute/Page/ContributionSoft.tpl" context="membership"}
{/if} diff --git a/templates/CRM/Member/Form/MembershipView.tpl b/templates/CRM/Member/Form/MembershipView.tpl index 70d0ea0ca2..5ea03f4b25 100644 --- a/templates/CRM/Member/Form/MembershipView.tpl +++ b/templates/CRM/Member/Form/MembershipView.tpl @@ -66,14 +66,14 @@ {if $accessContribution and $rows.0.contribution_id}
-
Related Contributions
+
{ts}Related Contributions{/ts}
{include file="CRM/Contribute/Form/Selector.tpl" context="Search"}
{/if} {if $softCredit}
-
Related Soft Contributions
+
{ts}Related Soft Contributions{/ts}
{include file="CRM/Contribute/Page/ContributionSoft.tpl" context="membership"}
{/if} -- 2.25.1