Address comments and cleanup version checks

This commit is contained in:
David Langley
2021-08-25 15:46:02 +01:00
parent bfd6bac416
commit 391a6ea6c5
11 changed files with 47 additions and 51 deletions
@@ -22,7 +22,7 @@ struct OtherNotificationSettings: View {
var body: some View {
NotificationSettings(viewModel: viewModel)
.navigationTitle(VectorL10n.settingsOther)
.navigationTitle(VectorL10n.settingsOther)
}
}