Skip to content

Commit

Permalink
Updated toast messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
shrihari-prakash committed Jan 1, 2024
1 parent a4fd66e commit fcb525e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function SubscriptionManager({
);
toast.promise(promise, {
loading: "Submitting...",
success: "Update successfull",
success: "Update complete",
error: "Update failed!",
});
await promise;
Expand Down

0 comments on commit fcb525e

Please sign in to comment.