diff --git a/src/components/EnrolmentModal.tsx b/src/components/EnrolmentModal.tsx index 9d385c8..3c5d6e3 100644 --- a/src/components/EnrolmentModal.tsx +++ b/src/components/EnrolmentModal.tsx @@ -38,9 +38,8 @@ export const EnrolmentModal = ({ isOpen, onOpenChange }: ReadyModalProps) => {
{t('calendar.end-actions.ready')}
-
- Copy the numbers below and enter them on the enrollment page of - Access Adelaide. +
+ {t('calendar.end-actions.enrolment-instruction')}
diff --git a/src/locales/en-au.json b/src/locales/en-au.json index 59758d0..d9b70a2 100644 --- a/src/locales/en-au.json +++ b/src/locales/en-au.json @@ -43,7 +43,8 @@ "end-actions": { "copy": "Copy to clipboard", "ready": "Ready for Enrolment", - "copy-success": "Copied to clipboard!" + "copy-success": "Copied to clipboard!", + "enrolment-instruction": "Copy the numbers below and enter them on the enrolment page of Access Adelaide." } }, "help": { @@ -56,7 +57,7 @@ "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.", - "ready-button": "Once you are satisfied with your class times, click the \"Ready for Enrollment\" button at the bottom of the calendar.", + "ready-button": "Once you are satisfied with your class times, click the \"Ready for Enrolment\" 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": { diff --git a/src/locales/zh-cn.json b/src/locales/zh-cn.json index ff5288d..da2424e 100644 --- a/src/locales/zh-cn.json +++ b/src/locales/zh-cn.json @@ -43,7 +43,8 @@ "end-actions": { "copy": "复制到剪切板", "ready": "准备选课", - "copy-success": "已成功复制到剪切板!" + "copy-success": "已成功复制到剪切板!", + "enrolment-instruction": "复制课程代号并前往 Access Adelaide 的 Enrolment 页面输入以正式选课" } }, "help": {