Skip to content

Commit f36fcb5

Browse files
committed
Edit messages
1 parent 955d89b commit f36fcb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/(auth)/leetcode-dashboard/EditQuestionDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ const EditQuestionDialog = ({ questionId }: EditQuestionDialogProp) => {
9696
.then(() => {
9797
Swal.fire({
9898
icon: "success",
99-
title: "Question Added",
99+
title: "Question Edited",
100100
text: "Question has been modified successfully.",
101101
});
102102
})
103103
.catch(() => {
104104
Swal.fire({
105105
icon: "error",
106-
title: "Question Add Failed",
106+
title: "Question Edit Failed",
107107
text: "Please try again later.",
108108
});
109109
})

0 commit comments

Comments
 (0)