We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955d89b commit f36fcb5Copy full SHA for f36fcb5
frontend/src/app/(auth)/leetcode-dashboard/EditQuestionDialog.tsx
@@ -96,14 +96,14 @@ const EditQuestionDialog = ({ questionId }: EditQuestionDialogProp) => {
96
.then(() => {
97
Swal.fire({
98
icon: "success",
99
- title: "Question Added",
+ title: "Question Edited",
100
text: "Question has been modified successfully.",
101
});
102
})
103
.catch(() => {
104
105
icon: "error",
106
- title: "Question Add Failed",
+ title: "Question Edit Failed",
107
text: "Please try again later.",
108
109
0 commit comments