Skip to content

Commit da79c61

Browse files
committed
Update wording on the "Summer File Preview"
1 parent cb4a4a0 commit da79c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/components/graduation/PreviewStudents.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</v-card-title>
2626
<v-divider />
2727
<v-card-text>
28-
<span>Below is a preview of your uploaded data from file: <b>{{ fileName }}</b>. Please review the data before processing the data. See the Summary of Uploaded data table for status and error reporting.</span>
28+
<span>Below is a preview of file upload: <b>{{ fileName }}</b>. Please review before submitting.</span>
2929

3030
<v-data-table
3131
v-model:page="pageNumber"
@@ -42,15 +42,15 @@
4242
<v-btn
4343
id="waitForReporting"
4444
color="#003366"
45-
text="Wait until the next Reporting Cycle"
45+
text="Cancel"
4646
class="mr-2 mb-1"
4747
variant="elevated"
4848
@click="waitForReporting"
4949
/>
5050
<v-btn
5151
id="processData"
5252
color="#003366"
53-
text="Process Data"
53+
text="Submit"
5454
class="mr-2 mb-1"
5555
variant="outlined"
5656
@click="processStudents"

0 commit comments

Comments
 (0)