diff options
Diffstat (limited to 'Sora/Views/Settings/SettingsView.swift')
| -rw-r--r-- | Sora/Views/Settings/SettingsView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Views/Settings/SettingsView.swift b/Sora/Views/Settings/SettingsView.swift index 3f1d309..814a303 100644 --- a/Sora/Views/Settings/SettingsView.swift +++ b/Sora/Views/Settings/SettingsView.swift @@ -4,7 +4,7 @@ struct SettingsView: View { var body: some View { NavigationStack { Form { - Section(header: Text("Appearance & Behavior")) { + Section(header: Text("Appearance and Behavior")) { NavigationLink(destination: SettingsSectionProviderView()) { Text("Provider Settings") } @@ -32,7 +32,7 @@ struct SettingsView: View { SettingsSectionSettingsView() } - Section(header: Text("Import & Export")) { + Section(header: Text("Import and Export")) { SettingsSectionImportExportView() } |