diff --git a/web/app/assets/javascripts/react-components/LessonPayment.js.jsx.coffee b/web/app/assets/javascripts/react-components/LessonPayment.js.jsx.coffee
index 0c4fd7578..f67403272 100644
--- a/web/app/assets/javascripts/react-components/LessonPayment.js.jsx.coffee
+++ b/web/app/assets/javascripts/react-components/LessonPayment.js.jsx.coffee
@@ -324,7 +324,7 @@ UserStore = context.UserStore
if response.test_drive?.teacher_id
teacher_id = response.test_drive.teacher_id
if testDriveCount == '1'
- text = "You have purchased 1 TestDrive credit and have used it to request a JamClass with #{@state.teacher.name}. The teacher has received your request and should respond shortly."
+ text = "You have purchased 1 TestDrive credit and have used it to request a JamClass with #{@state.package.teachers[0].user.name}. The teacher has received your request and should respond shortly."
else if response.package?
text = "Each teacher has received your request and should respond shortly."
else
@@ -433,7 +433,7 @@ UserStore = context.UserStore
teachers = []
teachersHolder = []
count = 0
- for teacher_choice in @state.package.teachers
+ for teacher_choice in @state.package.teachers
if count == 2
teachersHolder.push(
@@ -487,11 +487,11 @@ UserStore = context.UserStore
if this.state.package?
if @state.package.teachers.length == 1
- explanation = `
You are purchasing the TestDrive package of JamClass by JamKazam. This purchase entities you to take a private online music lesson from this instructor. The price of this TestDrive is $14.99. If you have scheduling conflicts with this instructors, we will help you choose another teacher as a replacement.`
+ explanation = `
You are purchasing the TestDrive package of JamClass by JamKazam. This purchase entities you to take a private online music lesson from this instructor. The price of this TestDrive is $14.99. If you have scheduling conflicts with this instructors, we will help you choose another teacher as a replacement.`
else if @state.package.teachers.length == 2
explanation = `
You are purchasing the TestDrive package of JamClass by JamKazam. This purchase entities you to take 2 private online music lessons - 1 each from these 2 instructors. The price of this TestDrive is $29.99. If you have scheduling conflicts with any of these instructors, we will help you choose another teacher as a replacement.`
else if @state.package.teachers.length == 4
- explanation = `
You are purchasing the TestDrive package of JamClass by JamKazam. This purchase entities you to take 4 private online music lessons - 1 each from these 4 instructors. The price of this TestDrive is $49.99. If you have scheduling conflicts with any of these instructors, we will help you choose another teacher as a replacement.`
+ explanation = `
You are purchasing the TestDrive package of JamClass by JamKazam. This purchase entities you to take 4 private online music lessons - 1 each from these 4 instructors. The price of this TestDrive is $49.99. If you have scheduling conflicts with any of these instructors, we will help you choose another teacher as a replacement.`
else
alert("unknown package type")
else
diff --git a/web/app/assets/javascripts/react-components/StripeConnect.js.jsx.coffee b/web/app/assets/javascripts/react-components/StripeConnect.js.jsx.coffee
index 0a24142bb..e05dd6d82 100644
--- a/web/app/assets/javascripts/react-components/StripeConnect.js.jsx.coffee
+++ b/web/app/assets/javascripts/react-components/StripeConnect.js.jsx.coffee
@@ -18,6 +18,7 @@ UserStore = context.UserStore
return
e.preventDefault()
+
this.setState({clicked: true})
StripeActions.connect(this.props.purpose, this.props.user)
diff --git a/web/app/assets/javascripts/react-components/landing/JamClassStudentLandingMiddlePage.js.jsx.coffee b/web/app/assets/javascripts/react-components/landing/JamClassStudentLandingMiddlePage.js.jsx.coffee
index 4e87a2c17..7c9779226 100644
--- a/web/app/assets/javascripts/react-components/landing/JamClassStudentLandingMiddlePage.js.jsx.coffee
+++ b/web/app/assets/javascripts/react-components/landing/JamClassStudentLandingMiddlePage.js.jsx.coffee
@@ -67,7 +67,7 @@
Like the TestDrive concept, but 4 teachers is too many for you?
The single most important factor in the success of your music lessons is your teacher. You wouldn't marry
the first person you date, right?
Take full 30-minute lessons from each of these 2 amazing teachers for just $14.99 each - a total of
+
Take full 30-minute lessons from each of these 2 amazing teachers for just $14.99 each - a total of
$29.99. Then you can pick the one who is best for you to continue your musical journey, with the
confidence that your investment in lessons will deliver maximum growth!