diff --git a/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift b/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift index 17b1ec5b10..2c511a866c 100644 --- a/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift +++ b/submodules/ChatListUI/Sources/ChatListSearchListPaneNode.swift @@ -5156,7 +5156,7 @@ final class ChatListSearchListPaneNode: ASDisplayNode, ChatListSearchPaneNode { content: .starsSent(context: self.context, title: "", text: [AnimatedTextComponent.Item( id: AnyHashable(0), isUnbreakable: true, - content: .text("\(price) Stars spent on extra search."), + content: .text("\(price) Stars spent on extra search.") )], hasUndo: false), elevatedLayout: false, animateInAsReplacement: false,