bugfix
This commit is contained in:
@ -64,7 +64,7 @@ export default {
|
||||
confirm(content) {
|
||||
return ElMessageBox.confirm(content, t("common.systemPrompt"), {
|
||||
confirmButtonText: t("common.confirm"),
|
||||
cancelButtonText: t("common.confirm"),
|
||||
cancelButtonText: t("common.cancel"),
|
||||
type: "warning",
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user