From a82f0a2d09782f341e29a8edda946e986904f4a2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 6 Feb 2018 15:10:11 -0500 Subject: [PATCH] Spelling correction Should be Update not Upate. --- views/admin/registrations/eventDashboard.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. -- 2.17.1