diff options
| author | Fuwn <[email protected]> | 2026-02-23 10:18:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-23 13:33:42 -0800 |
| commit | 7d784166ca456208569e6d429b4a0c71a7a89f4a (patch) | |
| tree | 090895a2da41442b67e99afb6f18529d7960744d /Sora/Views/Settings/SettingsView.swift | |
| parent | docs: add booru api references and held-post plans (diff) | |
| download | sora-testing-7d784166ca456208569e6d429b4a0c71a7a89f4a.tar.xz sora-testing-7d784166ca456208569e6d429b4a0c71a7a89f4a.zip | |
chore: refine english copy and localization labels
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() } |