Localizations improvements

This commit is contained in:
Arkadiusz Fal
2024-02-03 21:21:31 +01:00
parent e6deb9ef26
commit 1b0486df05
3 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ struct ImportSettingsSheetView: View {
var body: some View {
Button(action: { model.toggleExportGroupSelection(group) }) {
HStack {
Text(group.label)
Text(group.label.localized())
Spacer()
Image(systemName: "checkmark")
.foregroundColor(.accentColor)