Skip to content

Commit

Permalink
feat(help): add ready button
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Dec 7, 2024
1 parent 7eabe79 commit f276609
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Binary file added public/help/ready-button.webp
Binary file not shown.
7 changes: 7 additions & 0 deletions src/components/HelpModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en-au.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "下一步",
Expand Down

0 comments on commit f276609

Please sign in to comment.