mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-06 23:39:54 +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