Skip to content

Commit

Permalink
Merge pull request #2141 from bcgov/fix/enableSdc
Browse files Browse the repository at this point in the history
EDX-3110
  • Loading branch information
arcshiftsolutions authored Jan 22, 2025
2 parents f37c6e8 + 10191fa commit 971279c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,14 @@
color="#003366"
variant="elevated"
style="white-space: pre-wrap;"
text="Students Only"
text="All Students with no Errors"
@click="downloadStudentReport"
/>
<v-btn
color="#003366"
variant="elevated"
style="white-space: pre-wrap;"
text="Students with Errors/Warnings"
text="All Students with Data Issues"
@click="downloadStudentWithErrorsReport"
/>
</v-card-actions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@
color="#003366"
variant="elevated"
style="white-space: pre-wrap;"
text="Students Only"
text="All Students with no Errors"
@click="downloadStudentReport"
/>
<v-btn
color="#003366"
variant="elevated"
style="white-space: pre-wrap;"
text="Students with Warnings"
text="All Students with Data Issues"
@click="downloadStudentWithErrorsReport"
/>
</v-card-actions>
Expand Down

0 comments on commit 971279c

Please sign in to comment.