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)