diff --git a/daily-thought-frontend/src/components/form/QuestionSubmit.tsx b/daily-thought-frontend/src/components/form/QuestionSubmit.tsx
index d62c79883aeeafefccde7e2c1f83155cf79e7b16..5085cc83e4fd7d1d5ab4b9b3a1e6d22a067db93b 100644
--- a/daily-thought-frontend/src/components/form/QuestionSubmit.tsx
+++ b/daily-thought-frontend/src/components/form/QuestionSubmit.tsx
@@ -30,7 +30,7 @@ const QuestionSubmit: FC<PropsWithChildren<QuestionSubmitProps>> = ({
   const handleSubmit = async (e: FormEvent) => {
     e.preventDefault();
     if (!dailyResponse) {
-      setError("Can't submit an empty response!");
+      setError("Can't post an empty Daily!");
     } else {
       const endpoint = `${process.env.NEXT_PUBLIC_FEED_SERVICE_URL}daily/create`;
       const JsonData = JSON.stringify({