diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift index 2f9a2aab03..8031aadb15 100644 --- a/apps/ios/Shared/Views/Chat/ChatView.swift +++ b/apps/ios/Shared/Views/Chat/ChatView.swift @@ -1028,7 +1028,7 @@ struct ChatView: View { } label: { Label( NSLocalizedString("Translate", comment: "chat item action"), - systemImage: "globe" + systemImage: "character" ) } }