From 9888f40c8b4cad3b186cb130abfa964427c7a498 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Nov 2014 20:53:55 -0500 Subject: [PATCH] CRM-15603 - Remove extra trailing space --- templates/CRM/Group/Form/Delete.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Group/Form/Delete.tpl b/templates/CRM/Group/Form/Delete.tpl index c80cb05634..69974d2d47 100644 --- a/templates/CRM/Group/Form/Delete.tpl +++ b/templates/CRM/Group/Form/Delete.tpl @@ -26,7 +26,7 @@ {* this template is used for confirmation of delete for a group *}
-

{ts}Delete Group {/ts}

+

{ts}Delete Group{/ts}

{ts}status{/ts} {ts 1=$title}Are you sure you want to delete the group %1?{/ts}

-- 2.25.1