tutorbook
Version:
Web app connecting students with expert mentors and tutors.
75 lines (73 loc) • 2.16 kB
text/typescript
import { defMsg } from '@tutorbook/intl';
export default defMsg({
stepOne: {
id: 'about.how-it-works.step-one',
defaultMessage: 'Step #1',
},
tutorTitle: {
id: 'about.how-it-works.tutor.title',
defaultMessage: 'Volunteer registers',
},
tutorBody: {
id: 'about.how-it-works.tutor.body',
defaultMessage:
'The volunteer tutor or mentor signs up and creates their profile.',
},
tutorCTA: {
id: 'about.how-it-works.tutor.cta',
defaultMessage: 'Become a volunteer',
description: 'Label for the CTA link to the tutor sign-up page.',
},
stepTwo: {
id: 'about.how-it-works.step-two',
defaultMessage: 'Step #2',
},
pupilTitle: {
id: 'about.how-it-works.pupil.title',
defaultMessage: 'Student requests a volunteer',
},
pupilBody: {
id: 'about.how-it-works.pupil.body',
defaultMessage:
'The student signs up, searches, and requests a tutor or mentor.',
},
pupilCTA: {
id: 'about.how-it-works.pupil.cta',
defaultMessage: 'Search our volunteers',
description: 'Label for the CTA link to the student sign-up page.',
},
stepThree: {
id: 'about.how-it-works.step-three',
defaultMessage: 'Step #3',
},
parentTitle: {
id: 'about.how-it-works.parent.title',
defaultMessage: 'Parent approves of the volunteer',
},
parentBody: {
id: 'about.how-it-works.parent.body',
defaultMessage:
'Each request must receive parental approval before the student can ' +
'meet with their tutor or mentor.',
},
stepFour: {
id: 'about.how-it-works.step-four',
defaultMessage: 'Step #4',
},
brambleTitle: {
id: 'about.how-it-works.bramble.title',
defaultMessage: 'Virtual tutoring lessons via Bramble',
},
brambleBody: {
id: 'about.how-it-works.bramble.body',
defaultMessage:
'After parental approval, the tutor and the student both receive a link' +
' to their secure, private Bramble room. No direct contact information ' +
'is ever shared.',
},
learnMore: {
id: 'learn-more',
defaultMessage: 'Learn more',
description: 'Label for the "Learn more" CTA links.',
},
});