Spelling correction
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 6 Feb 2018 20:10:11 +0000 (15:10 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 6 Feb 2018 20:10:11 +0000 (15:10 -0500)
Should be Update not Upate.

views/admin/registrations/eventDashboard.html

index f76f3c7..936bbcf 100644 (file)
         <tr><td colspan="2">Limited availability for this {$terms.reg_term_event} - the below numbers are for all days.</td></tr>
         <tr><th style="text-align: left">Maximum {$terms.reg_term_attendee_plur_cap}:</th><td>
             <input class="glm-form-text-input-veryshort availabilityInput" type="text" id="maxAtt" value="{$rt.attendee_max}">
-            <div id="availSubmit" class="button-primary" data-timeid="{$rt.id}">Upate</div>
+            <div id="availSubmit" class="button-primary" data-timeid="{$rt.id}">Update</div>
             <span id="submit-flash" class="glm-notice" style="display: none; margin-left: 1rem;">Submitted</span>
         </td></tr>
         <tr><th style="text-align: left">{$terms.reg_term_registered_cap} {$terms.reg_term_attendee_plur_cap}:</th><td id="regAtt">{$rt.attendee_count}</td></tr>
         <tr><th style="text-align: left" colspan="2">Use form above calendar to adjust {$terms.reg_term_attendee} availability.</td></tr>
   {/if}
         <tr><td style="text-align: right">
-            <div id="dialogAvailSubmit" class="button-primary" data-timeid="">Upate</div>
+            <div id="dialogAvailSubmit" class="button-primary" data-timeid="">Update</div>
         </td></tr>
     </table>
 </div>
             function initFullCalendar(){
                 $('#eventCalendar').fullCalendar({
                     timezone: 'local',
-    {if $regEvent.first_datetime.datetime != ''}                    
+    {if $regEvent.first_datetime.datetime != ''}
                     defaultDate : '{$regEvent.first_datetime.datetime}',
     {/if}
     {if $regEvent}
-                
+
                     // Add existing registration dates/times
                     events: [
                         {$sep = ''}
             }
 
             initFullCalendar();
-            {if $regEvent.first_datetime.datetime == ''} 
-                alert('No dates have been added yet. Click on a date to add a date and time for this {$terms.reg_term_event} or click the "Add {$terms.reg_term_registration_plur_cap} Dates/Times from {$terms.reg_term_event_cap}" button to copy from the {$terms.reg_term_event}.');            
+            {if $regEvent.first_datetime.datetime == ''}
+                alert('No dates have been added yet. Click on a date to add a date and time for this {$terms.reg_term_event} or click the "Add {$terms.reg_term_registration_plur_cap} Dates/Times from {$terms.reg_term_event_cap}" button to copy from the {$terms.reg_term_event}.');
             {/if}
 
             // If not date/time specific then we need to add the data for the non-date-specific time entry.