few text changes
authorunknown <priyanka.karan26@gmail.com>
Sun, 19 Oct 2014 08:23:57 +0000 (09:23 +0100)
committerunknown <priyanka.karan26@gmail.com>
Sun, 19 Oct 2014 08:23:57 +0000 (09:23 +0100)
templates/CRM/Core/Form/RecurringEntity.tpl

index 1ba57f7f716bab5008709cf3bfa5a559520c2a07..fbcdbfc6475268c9549b5ffd9e38ce715707ccac 100644 (file)
         cj('#generated_dates').html('').html('<div class="crm-loading-element"><span class="loading-text">{/literal}{ts escape='js'}Just a moment, generating dates{/ts}{literal}...</span></div>');
         cj('#preview-dialog').dialog('open');
         cj('#preview-dialog').dialog({
-          title: 'Confirm event dates',
+          title: 'Confirm dates',
           width: '650',
           position: 'center',
           //draggable: false,
             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?<br/><table id="options" class="display"><thead><tr><th>Sr No</th><th>Start date</th><th id="th-end-date">End date</th></tr><thead>';
+              var html = 'Based on your repeat configuration here is the list of dates, Do you wish to create repeating set of these dates?<br/><table id="options" class="display"><thead><tr><th>Sr No</th><th>Start date</th><th id="th-end-date">End date</th></tr><thead>';
               var count = 1;
               for(var i in result) {
                 if (i != 'errors') {