This commit is contained in:
Evgeny Poberezkin 2024-07-03 14:31:40 +01:00
parent e34faf56c7
commit 9bc4a9a19b
No known key found for this signature in database
GPG key ID: 494BDDD9A28B577D

View file

@ -1028,7 +1028,7 @@ struct ChatView: View {
} label: { } label: {
Label( Label(
NSLocalizedString("Translate", comment: "chat item action"), NSLocalizedString("Translate", comment: "chat item action"),
systemImage: "globe" systemImage: "character"
) )
} }
} }