From e87be333f70956f8b62eef5b50477cf7c2ee01da Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 17 Dec 2024 09:38:01 +0000 Subject: [PATCH] reuse string --- apps/ios/Shared/Views/ChatList/ChatListView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } } }