From d42cea433cdcbf181198a90aeaa0c4c071db6654 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 19 Oct 2014 09:23:57 +0100 Subject: [PATCH] few text changes --- templates/CRM/Core/Form/RecurringEntity.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Core/Form/RecurringEntity.tpl b/templates/CRM/Core/Form/RecurringEntity.tpl index 1ba57f7f71..fbcdbfc647 100644 --- a/templates/CRM/Core/Form/RecurringEntity.tpl +++ b/templates/CRM/Core/Form/RecurringEntity.tpl @@ -238,7 +238,7 @@ cj('#generated_dates').html('').html('
{/literal}{ts escape='js'}Just a moment, generating dates{/ts}{literal}...
'); cj('#preview-dialog').dialog('open'); cj('#preview-dialog').dialog({ - title: 'Confirm event dates', + title: 'Confirm dates', width: '650', position: 'center', //draggable: false, @@ -268,7 +268,7 @@ if (Object.keys(result).length > 0) { var errors = []; var participantData = []; - var html = 'Based on your repeat configuration here is the list of event dates, Do you wish to proceed creating events for these dates?
'; + var html = 'Based on your repeat configuration here is the list of dates, Do you wish to create repeating set of these dates?
Sr NoStart dateEnd date
'; var count = 1; for(var i in result) { if (i != 'errors') { -- 2.25.1
Sr NoStart dateEnd date