From 627cf761eebc966574e41d386f8363321965b392 Mon Sep 17 00:00:00 2001 From: 100Gyeon Date: Mon, 16 Jan 2023 03:44:58 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Dchore:=20=EC=9D=B4=EB=A6=84=20->=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EB=94=94=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/presentation/components/common/Empty/UserSearch/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/presentation/components/common/Empty/UserSearch/index.tsx b/src/presentation/components/common/Empty/UserSearch/index.tsx index 3c4578ce..687bc57f 100644 --- a/src/presentation/components/common/Empty/UserSearch/index.tsx +++ b/src/presentation/components/common/Empty/UserSearch/index.tsx @@ -4,7 +4,7 @@ export default function UserSearchEmptyView() { return (
검색결과 없음
-
팀원 이름을 검색해 팀으로 초대하세요
+
팀원 아이디를 검색해 팀으로 초대하세요
); }