Skip to content

Commit

Permalink
rename writing intensive to writing skills
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietharas committed Nov 4, 2024
1 parent 571a891 commit 9c04d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/CourseScheduler/AdditionalOptions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const AdditionalOptions = ({
onClick={() => clickLoader(distClick, 2)}
checked={filters.distributions[2]}
/>
{`Writing Intensive (WI) (${counts.distributions[2]})`}
{`Writing Skills (WS) (${counts.distributions[2]})`}
</li>
</ul>
</Accordion>
Expand Down

0 comments on commit 9c04d23

Please sign in to comment.