diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift index 87186b79d0..2f9a2aab03 100644 --- a/apps/ios/Shared/Views/Chat/ChatView.swift +++ b/apps/ios/Shared/Views/Chat/ChatView.swift @@ -839,7 +839,7 @@ struct ChatView: View { shareButton(ci) copyButton(ci) } - if mc.isText { + if !mc.text.isEmpty { translateButton(text: mc.text) } if let fileSource = fileSource, fileExists {