Fix localization issues

This commit is contained in:
2023-04-16 17:11:21 +02:00
parent e9e5756c94
commit d93a0600f3
8 changed files with 40 additions and 22 deletions
@@ -50,7 +50,7 @@ struct AppearanceSettingsView: View {
}
.navigationTitle("Appearance")
.navigationTitle(NSLocalizedString("Appearance", comment: "Navigation title for text and appearance settings."))
.onReceive(handle_notify(.switched_timeline)) { _ in
dismiss()
}