diff --git a/web/app/assets/javascripts/react-components/LessonBooking.js.jsx.coffee b/web/app/assets/javascripts/react-components/LessonBooking.js.jsx.coffee index 3c17455b9..d86dc7d12 100644 --- a/web/app/assets/javascripts/react-components/LessonBooking.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/LessonBooking.js.jsx.coffee @@ -682,6 +682,7 @@ UserStore = context.UserStore header = 'this lesson has been suspended' content = @renderStudentSuspended() + `
Your {this.lessonDesc()} will take place each {this.slotTime(this.state.booking.default_slot)}
` + else + detail = `Your {this.lessonDesc()} will take place this {this.slotTime(this.state.booking.default_slot)}
` + + summary = `Has accepted your lesson request.
+ {detail} + {message} +