mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Update free-trial-approved copy to not reference the confirmation email
This commit is contained in:
parent
7598236c21
commit
b21c20c08d
2 changed files with 3 additions and 7 deletions
app
|
@ -682,9 +682,8 @@
|
|||
being_reviewed_1: "Your application for a free trial is being"
|
||||
being_reviewed_2: "reviewed."
|
||||
approved_1: "Your application for a free trial was"
|
||||
approved_2: "approved."
|
||||
approved_3: "Further instructions have been sent to"
|
||||
approved_4: "Enroll your students on the"
|
||||
approved_2: "approved!" # {change}
|
||||
approved_4: "You can now enroll your students on the" # {change}
|
||||
approved_5: "courses"
|
||||
approved_6: "page."
|
||||
denied_1: "Your application for a free trial has been"
|
||||
|
|
|
@ -18,11 +18,8 @@ block content
|
|||
p
|
||||
span.spr(data-i18n="teachers_survey.approved_1")
|
||||
strong.spr(data-i18n="teachers_survey.approved_2")
|
||||
span.spr(data-i18n="teachers_survey.approved_3")
|
||||
strong= existingRequest.get('properties').email
|
||||
p
|
||||
span.spr(data-i18n="teachers_survey.approved_4")
|
||||
a(href='/courses', data-i18n="teachers_survey.approved_5")
|
||||
a(href='/courses/teachers', data-i18n="teachers_survey.approved_5")
|
||||
span.spl(data-i18n="teachers_survey.approved_6")
|
||||
else
|
||||
p
|
||||
|
|
Loading…
Add table
Reference in a new issue