Skip to content

Commit 8bacf52

Browse files
cancel notification message updated (microsoft#7)
1 parent cf9c5a5 commit 8bacf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/wwwroot/task/task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
console.log("approveStages", data);
677677
approve
678678
? notyf.success(`All stages approved.`)
679-
: notyf.error(`All stages rejected.`);
679+
: notyf.error(`All stages cancelled.`);
680680
taskDetails();
681681
})
682682
.catch((error) => {

0 commit comments

Comments
 (0)