From 820afd3dd77ea7489b0986747e159c7e2b545408 Mon Sep 17 00:00:00 2001 From: brendn Date: Fri, 30 Jun 2023 19:11:55 -0400 Subject: [PATCH] Typo fix on new post popup --- src/features/post/new/NewPostRoot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",