diff --git a/src/features/post/new/NewPostRoot.tsx b/src/features/post/new/NewPostRoot.tsx index 6e2b46ad26..efb9680a49 100644 --- a/src/features/post/new/NewPostRoot.tsx +++ b/src/features/post/new/NewPostRoot.tsx @@ -198,7 +198,7 @@ export default function NewPostRoot({ } present({ - message: "Posted created!", + message: "Post created!", duration: 3500, position: "bottom", color: "success",