From 102c477d4957c2fe43d797edae3fd09b2877fef0 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Sun, 23 Apr 2023 12:22:08 -0600 Subject: [PATCH] remove time from date label for participant view --- templates/CRM/Event/Form/ParticipantView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/ParticipantView.tpl b/templates/CRM/Event/Form/ParticipantView.tpl index 0a49832e64..14729b53fe 100644 --- a/templates/CRM/Event/Form/ParticipantView.tpl +++ b/templates/CRM/Event/Form/ParticipantView.tpl @@ -71,7 +71,7 @@ {ts}Participant Role{/ts} {$role} - {ts}Registration Date and Time{/ts} + {ts}Registration Date{/ts} {$register_date|crmDate}  -- 2.25.1