From 90c1097599771ae0759105a4fd6d5b5856575316 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 24 Nov 2014 16:08:06 +0000 Subject: [PATCH] UI text changes --- templates/CRM/Core/Form/RecurringEntity.tpl | 2 +- templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Core/Form/RecurringEntity.tpl b/templates/CRM/Core/Form/RecurringEntity.tpl index a304104ad5..2f5493d5a7 100644 --- a/templates/CRM/Core/Form/RecurringEntity.tpl +++ b/templates/CRM/Core/Form/RecurringEntity.tpl @@ -273,7 +273,7 @@ if (Object.keys(result).length > 0) { var errors = []; var participantData = []; - var html = 'Based on your repeat configuration here is the list of dates, Do you wish to create recurring set of these dates?
'; + var html = 'Based on your repeat configuration, here is the list of dates. Do you wish to create a recurring set with these dates?
Start dateEnd date
'; var count = 1; for(var i in result) { if (i != 'errors') { diff --git a/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl b/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl index d29ef90d78..85db634300 100644 --- a/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl +++ b/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl @@ -46,6 +46,7 @@
{ts}Change applies to all the entities in the series.{/ts}
+
Changes to date or time will NOT be applied to other entities in the series.
{if $hasParent || $isRepeatingEntity} {literal} -- 2.25.1
Start dateEnd date