Skip to content

Commit d5f87a8

Browse files
Added append/replace flag
1 parent 5396e92 commit d5f87a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/components/graduation/school/upload/GradSchoolUploadDataComponent.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<v-col class="mt-2">
4444
<v-chip
4545
color="warning"
46-
><span>Reporting mode for the summer period is:&nbsp;</span><span style="font-weight: bold">Append</span></v-chip>
46+
><span>Summer reporting mode is:&nbsp;</span><span style="font-weight: bold">Append</span></v-chip>
4747
</v-col>
4848
</v-row>
4949
<v-row
@@ -170,7 +170,7 @@
170170
<v-col class="mt-2">
171171
<v-chip
172172
color="warning"
173-
><span>Your reporting mode is:&nbsp;</span><span style="font-weight: bold">{{ submissionModeCode }}</span></v-chip>
173+
><span>Summer reporting mode is:&nbsp;</span><span style="font-weight: bold">Append</span></v-chip>
174174
</v-col>
175175
</v-row>
176176
<v-row
@@ -282,7 +282,7 @@
282282
<v-col class="mt-2">
283283
<v-chip
284284
color="warning"
285-
><span>Your reporting mode is:&nbsp;</span><span style="font-weight: bold">{{ submissionModeCode }}</span></v-chip>
285+
><span>School reporting mode is:&nbsp;</span><span style="font-weight: bold">{{ submissionModeCode }}</span></v-chip>
286286
</v-col>
287287
</v-row>
288288
</div>

0 commit comments

Comments
 (0)