diff --git a/public/help/ready-button.webp b/public/help/ready-button.webp new file mode 100644 index 0000000..c9a40c8 Binary files /dev/null and b/public/help/ready-button.webp differ diff --git a/src/components/HelpModal.tsx b/src/components/HelpModal.tsx index 1b67bb7..cdc909a 100644 --- a/src/components/HelpModal.tsx +++ b/src/components/HelpModal.tsx @@ -66,6 +66,13 @@ export const HelpModal = () => { alt: 'Course modal to change class time', }, }, + { + content: t('help.steps.ready-button'), + image: { + path: '/help/ready-button.webp', + alt: 'Ready button at bottom', + }, + }, { content: t('help.steps.access-adelaide'), image: { diff --git a/src/locales/en-au.json b/src/locales/en-au.json index 84c83e2..59758d0 100644 --- a/src/locales/en-au.json +++ b/src/locales/en-au.json @@ -56,7 +56,8 @@ "change-week": "Change the calendar week to see more classes.", "course-details": "Click your enrolled course to see details of your enrolled classes.", "course-modal": "If you encounter any class clashes when using MyTimetable, you can open the modal to change the class.", - "access-adelaide": "You can enrol for courses in Access Adelaide by using the class numbers, once you are happy with your class times." + "ready-button": "Once you are satisfied with your class times, click the \"Ready for Enrollment\" button at the bottom of the calendar.", + "access-adelaide": "You can easily enroll in courses on Access Adelaide using the class numbers shown in the modal." }, "actions": { "next-step": "Next Step", diff --git a/src/locales/zh-cn.json b/src/locales/zh-cn.json index 74040a2..ff5288d 100644 --- a/src/locales/zh-cn.json +++ b/src/locales/zh-cn.json @@ -56,7 +56,8 @@ "change-week": "切换周数查看更多课程", "course-details": "点击你的选课查看详情", "course-modal": "如果在使用 MyTimetable 时遇到任何课程冲突,可以随时打开详情弹窗来更改课程", - "access-adelaide": "课程调整完毕后,可以使用详情中的 Class Number 在 Access Adelaide 中进行选课" + "ready-button": "课程调整完毕后,点击日历底部的“准备选课”按钮", + "access-adelaide": "你可以用弹窗中的 Class Number 在 Access Adelaide 中进行选课" }, "actions": { "next-step": "下一步",