diff --git a/apps/ios/Shared/Views/ChatList/ChatListView.swift b/apps/ios/Shared/Views/ChatList/ChatListView.swift index 7c3dfe44c0..4bb1624c73 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListView.swift @@ -788,7 +788,7 @@ struct ChatTagsView: View { HStack { Text("🙂").foregroundColor(.clear) ZStack { - Text("Placeholder").fontWeight(.semibold).foregroundColor(.clear) + Text("Create list").fontWeight(.semibold).foregroundColor(.clear) } } }