[O] Change "Confirm" to "Submit"

This commit is contained in:
Hykilpikonna
2020-04-26 18:46:11 -04:00
parent 4b12b44f8b
commit f1bd6799a7
@@ -55,7 +55,7 @@
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="ratingDialog = false">Cancel</el-button> <el-button @click="ratingDialog = false">Cancel</el-button>
<el-button type="primary" @click="ratingDialog = false">Confirm</el-button> <el-button type="primary" @click="ratingDialog = false">Submit</el-button>
</span> </span>
</el-dialog> </el-dialog>
</div> </div>