Skip to content

Commit ce008fe

Browse files
cancel notification message updated (#7)
1 parent 78778e5 commit ce008fe

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)