diff options
| author | Christian Cleberg <[email protected]> | 2026-04-01 22:29:51 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-01 22:29:51 -0500 |
| commit | 7cc3e14f235a3c3e6719271116e49865c82c15da (patch) | |
| tree | b303f3056ec4ce97704396ff3c5db944b36feb7f /Hutch/Views/Settings | |
| parent | eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7 (diff) | |
| download | hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.tar.gz hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.tar.bz2 hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.zip | |
fix copy throughout repo
Diffstat (limited to 'Hutch/Views/Settings')
| -rw-r--r-- | Hutch/Views/Settings/SettingsView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hutch/Views/Settings/SettingsView.swift b/Hutch/Views/Settings/SettingsView.swift index 237c076..7f4aa07 100644 --- a/Hutch/Views/Settings/SettingsView.swift +++ b/Hutch/Views/Settings/SettingsView.swift @@ -713,7 +713,7 @@ private struct AboutView: View { VStack(alignment: .leading, spacing: 6) { Text(appName) .font(.title2.weight(.semibold)) - Text("A native SourceHut client for iPhone.") + Text("A native SourceHut client for iOS.") .font(.subheadline) .foregroundStyle(.secondary) } @@ -752,7 +752,7 @@ private struct AboutView: View { } Section("Acknowledgements") { - Text("Built for SourceHut users who want quick access to repositories, builds, and tickets on iPhone.") + Text("Built for SourceHut users who want quick access to repositories, builds, and tickets on iOS.") .font(.subheadline) .foregroundStyle(.secondary) } |
