From d12f90a729f5a794fe1b0175c2ba743bab183579 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=86=E1=85=B5=E1=86=AB=E1=84=92?=
 =?UTF-8?q?=E1=85=B4?= <mhl98@dgu.ac.kr>
Date: Sat, 14 Sep 2024 04:18:34 +0900
Subject: [PATCH] =?UTF-8?q?fix:=20#391=20=EB=A9=98=ED=8A=B8=20=EC=88=98?=
 =?UTF-8?q?=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 apps/web/src/component/actionItem/NotActionItemBoxData.tsx      | 2 +-
 apps/web/src/component/home/EmptyAnalysis.tsx                   | 2 +-
 .../src/component/retrospect/analysis/InsightsBoxSection.tsx    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/web/src/component/actionItem/NotActionItemBoxData.tsx b/apps/web/src/component/actionItem/NotActionItemBoxData.tsx
index 74e64547..ed15bef3 100644
--- a/apps/web/src/component/actionItem/NotActionItemBoxData.tsx
+++ b/apps/web/src/component/actionItem/NotActionItemBoxData.tsx
@@ -51,7 +51,7 @@ export function NotActionItemBoxData() {
             }
           `}
         >
-          <Typography>30일간 진행한 회고가 없어요!</Typography>
+          <Typography>설정된 실행목표가 없어요!</Typography>
           <Typography>회고를 진행해 실행목표를 설정해보세요</Typography>
         </div>
         <Spacing size={3} />
diff --git a/apps/web/src/component/home/EmptyAnalysis.tsx b/apps/web/src/component/home/EmptyAnalysis.tsx
index daa640b9..79ca9c1d 100644
--- a/apps/web/src/component/home/EmptyAnalysis.tsx
+++ b/apps/web/src/component/home/EmptyAnalysis.tsx
@@ -36,7 +36,7 @@ export function EmptyAnalysis() {
           line-height: 1.5;
         `}
       >
-        완료된 회고가 없어요 <br />
+        분석 완료된 회고가 없어요 <br />
         회고를 진행해 분석을 받아보세요!
       </Typography>
       <Spacing size={3} />
diff --git a/apps/web/src/component/retrospect/analysis/InsightsBoxSection.tsx b/apps/web/src/component/retrospect/analysis/InsightsBoxSection.tsx
index 7b983559..0cfe5089 100644
--- a/apps/web/src/component/retrospect/analysis/InsightsBoxSection.tsx
+++ b/apps/web/src/component/retrospect/analysis/InsightsBoxSection.tsx
@@ -34,7 +34,7 @@ export function InsightsBoxSection({ isTeam, type, insightArr }: InsightsBoxProp
           line-height: 3.2rem;
         `}
       >
-        {`${isTeam ? "우리팀" : user.name}`}은{" "}
+        {`${isTeam ? "우리팀" : user.name + "님"}`}은{" "}
         {type === "goodPoints" && (
           <>
             <Typography