Skip to content

Commit

Permalink
Merge pull request #45124 from code-dot-org/staging
Browse files Browse the repository at this point in the history
DTT (Staging > Test) [robo-dtt]
  • Loading branch information
deploy-code-org committed Mar 2, 2022
2 parents ccbf692 + 3dfe577 commit a00e509
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 184 deletions.
2 changes: 2 additions & 0 deletions apps/i18n/common/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1898,6 +1898,8 @@
"studentAnnouncementSpecial2020Heading": "Learn computer science at home",
"studentAnnouncementSpecial2020Body": "Tune in to a CodeBytes mini-lesson, or see resources for students, parents, and teachers - including videos, fun tutorials, and projects!",
"studentAnnouncementSpecial2020Button": "Get started",
"studentAsVerifiedTeacherWarning": "Your account is currently a student account - you will need to update this account to a teacher account to keep verified teacher access.",
"studentAsVerifiedTeacherDetails": "Click on the link and follow the instructions to upgrade your account. If you do not see the option to upgrade your account, you will need to be removed from all teacher sections.",
"students": "Students",
"studentFreeResponseAnswers": "Student free response answers",
"studentsInSection": "Students in section: ",
Expand Down
3 changes: 3 additions & 0 deletions apps/src/sites/studio/pages/home/_homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ function showHomepage() {
canViewAdvancedTools={homepageData.canViewAdvancedTools}
studentId={homepageData.studentId}
isEnglish={isEnglish}
showVerifiedTeacherWarning={
homepageData.showStudentAsVerifiedTeacherWarning
}
/>
)}
</div>
Expand Down

0 comments on commit a00e509

Please sign in to comment.