From: Steve Sutton Date: Tue, 6 Feb 2018 20:10:11 +0000 (-0500) Subject: Spelling correction X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a82f0a2d09782f341e29a8edda946e986904f4a2;p=WP-Plugins%2Fglm-member-db-registrations.git Spelling correction Should be Update not Upate. --- diff --git a/views/admin/registrations/eventDashboard.html b/views/admin/registrations/eventDashboard.html index f76f3c7..936bbcf 100644 --- a/views/admin/registrations/eventDashboard.html +++ b/views/admin/registrations/eventDashboard.html @@ -212,7 +212,7 @@ Limited availability for this {$terms.reg_term_event} - the below numbers are for all days. Maximum {$terms.reg_term_attendee_plur_cap}: -
Upate
+
Update
{$terms.reg_term_registered_cap} {$terms.reg_term_attendee_plur_cap}:{$rt.attendee_count} @@ -257,7 +257,7 @@ Use form above calendar to adjust {$terms.reg_term_attendee} availability. {/if} -
Upate
+
Update
@@ -329,11 +329,11 @@ 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 = ''} @@ -606,8 +606,8 @@ } 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.