Skip to content
Snippets Groups Projects
Commit 79c5df99 authored by Isaac Evavold's avatar Isaac Evavold
Browse files

add missing conjunction in audit options radio buttons

parent 3a1c8e33
No related branches found
No related tags found
No related merge requests found
Pipeline #43817 passed
......@@ -48,7 +48,7 @@
</mat-radio-button>
<mat-radio-button value="future">
Previous, current, and future terms<br />
<span>Includes courses already completed, enrolled courses that are in progress, enrolled courses that have not started.</span>
<span>Includes courses already completed, enrolled courses that are in progress, and enrolled courses that have not started.</span>
</mat-radio-button>
<mat-radio-button value="current">
Previous and current terms<br />
......
......@@ -69,7 +69,7 @@
</mat-radio-button>
<mat-radio-button value="future">
Previous, current, and future terms<br />
<span>Includes courses already completed, enrolled courses that are in progress, enrolled courses that have not started.</span>
<span>Includes courses already completed, enrolled courses that are in progress, and enrolled courses that have not started.</span>
</mat-radio-button>
<mat-radio-button value="current">
Previous and current terms<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment