Fix localization issues

This commit is contained in:
2024-04-25 09:25:50 -04:00
parent be585e914d
commit e0b1985df5
60 changed files with 495 additions and 385 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ struct SearchHomeView: View {
HStack {
Image("notes.fill")
Text(NSLocalizedString("All recent notes", comment: "A label indicating that the notes being displayed below it are all recent notes"))
Text("All recent notes", comment: "A label indicating that the notes being displayed below it are all recent notes")
Spacer()
}
.foregroundColor(.secondary)