From e284e15bd57680486ac26d77ba37597ad28961c3 Mon Sep 17 00:00:00 2001 From: dlrjswns Date: Wed, 16 Sep 2026 10:17:14 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20"=EC=A0=9C=EB=AA=A9=EC=97=86=EC=9D=8C?= =?UTF-8?q?"=20->=20"=EC=A0=9C=EB=AA=A9=20=EC=97=86=EB=8A=94=20=EB=8C=80?= =?UTF-8?q?=ED=99=94"=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConversationList/Components/ConversationRowView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GAMSS/Sources/Presentation/ConversationList/Components/ConversationRowView.swift b/GAMSS/Sources/Presentation/ConversationList/Components/ConversationRowView.swift index 64197ee..e958e1c 100644 --- a/GAMSS/Sources/Presentation/ConversationList/Components/ConversationRowView.swift +++ b/GAMSS/Sources/Presentation/ConversationList/Components/ConversationRowView.swift @@ -20,7 +20,7 @@ struct ConversationRowView: View { Text( ConversationPreviewTextFormatter.truncated( - conversation.title ?? "제목 없음" + conversation.title ?? "제목 없는 대화" ) ) .typography(.body4Medium)