Skip to content

Commit

Permalink
Resolved: Bug Report: Incorrect Message When Updating Events For Func…
Browse files Browse the repository at this point in the history
…tions appwrite#978

This commit changes the text from "Permissions have been updated" to "Events have been updated"
  • Loading branch information
MatthijsDV2004 committed Mar 23, 2024
1 parent 5f18b36 commit 47dba13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
);
await invalidate(Dependencies.FUNCTION);
addNotification({
message: 'Permissions have been updated',
message: 'Events have been updated',
type: 'success'
});
trackEvent(Submit.FunctionUpdateEvents);
Expand Down

0 comments on commit 47dba13

Please sign in to comment.