mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Localizations improvements
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user