mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 09:54:22 +00:00
ios: fix chat list swipe action localisation regression (#4610)
This commit is contained in:
@@ -28,7 +28,7 @@ struct SwipeLabel: View {
|
||||
).snapshot(inverted: inverted)
|
||||
)
|
||||
} else {
|
||||
Label(text, systemImage: systemImage)
|
||||
Label(LocalizedStringKey(text), systemImage: systemImage)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user