ios: fix chat list swipe action localisation regression (#4610)

This commit is contained in:
Arturs Krumins
2024-08-07 10:36:52 +03:00
committed by GitHub
parent 4c53620dfa
commit 818161c6ed
@@ -28,7 +28,7 @@ struct SwipeLabel: View {
).snapshot(inverted: inverted)
)
} else {
Label(text, systemImage: systemImage)
Label(LocalizedStringKey(text), systemImage: systemImage)
}
}