Skip to content

Commit

Permalink
website: Change "module" to "course" in planner settings (#3796)
Browse files Browse the repository at this point in the history
Co-authored-by: Kok Rui Wong <kokruiwong@gmail.com>
  • Loading branch information
hua-en and kokrui authored Aug 21, 2024
1 parent 53ed0a7 commit 9e89056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/views/planner/PlannerSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const PlannerSettingsComponent: React.FC<Props> = (props) => {

<p>
<ExternalLink href="http://www.nus.edu.sg/ibloc/iBLOC.html">iBLOCs</ExternalLink> is a
program that allows full-time NSmen to read some modules before matriculating.
program that allows full-time NSmen to read some courses before matriculating.
</p>
</div>

Expand All @@ -137,11 +137,11 @@ export const PlannerSettingsComponent: React.FC<Props> = (props) => {
<h2 className={styles.label}>Ignore Prerequisite Checking</h2>

<p>
Prerequisite checking for some modules might be inaccurate, giving planner warnings.
Prerequisite checking for some courses might be inaccurate, giving planner warnings.
Turning this on removes these checks entirely.
</p>
<p>
Please ensure that you manually check that the prerequisites for the modules you would
Please ensure that you manually check that the prerequisites for the courses you would
like to take are sufficiently met.
</p>
</div>
Expand Down

0 comments on commit 9e89056

Please sign in to comment.