Title Case for settings pages
This commit is contained in:
parent
ff1fef85b0
commit
aad24d4b1d
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ struct SettingsAppVersionView: View {
|
|||
.onDisappear {
|
||||
viewTask?.cancel()
|
||||
}
|
||||
.navigationTitle("Version history")
|
||||
.navigationTitle("Version History")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ struct SettingsSourceListView: View {
|
|||
SourceListEditorView(sourceUrl: navModel.selectedSourceList?.urlString ?? "")
|
||||
}
|
||||
}
|
||||
.navigationTitle("Source lists")
|
||||
.navigationTitle("Source Lists")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .navigationBarTrailing) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue