UNPKG

iztech-design-system-neo

Version:

Design System of project IZtech

48 lines (43 loc) 1.33 kB
const LIST = { NEWEST_SECTION: { DEFAULT_TITLE: "Learning path in the centre", DEFAULT_SUBTITLE: "Let's explore the newest learning paths. Learn 24/7 - Learn anywhere, learn anytime - 100% no delayed lesson.", }, FILTER_SECTION: { DEFAULT_TITLE: "Find all learning paths at the centre", DEFAULT_SUBTITLE: "Don't find any course fulfilled your needss? Let's check all learning paths below.", }, } const CTA_BTN = { GET: "Get path", // use when not own or not signed in ENROL: "Enrol path", // use when signed in and not own } const DETAIL = { OVERVIEW_TITLE: "Detail Learning path", CERTIFICATE: { TITLE: "Earn your certificate", DESCRIPTION_WHEN_NOT_DONE: "When you're done, you'll have earned certificate.", DESCRIPTION_WHEN_DONE_AND_EARNED_CERT: 'You have earned certificate. Please check for them in "My learning"', DESCRIPTION_WHEN_DONE_AND_NOT_EARN_CERT: "Congratulation! You have completed this learning path.", }, COURSE_SECTION: { TITLE: "Courses in Learning path", }, TEACHER_SECTION: { TITLE: "With progressive teachers", }, } const SECTION = { DEFAULT_SUBTITLE: "Learn 24/7 - Learn anywhere, learn anytime - 100% no delayed lesson", } export default { LIST, DETAIL, SECTION, CTA_BTN, TITLE: "Learning Path", }