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/More/MoreView.swift | |
| parent | eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7 (diff) | |
| download | hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.tar.gz hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.tar.bz2 hutch-7cc3e14f235a3c3e6719271116e49865c82c15da.zip | |
fix copy throughout repo
Diffstat (limited to 'Hutch/Views/More/MoreView.swift')
| -rw-r--r-- | Hutch/Views/More/MoreView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift index 3e2a019..001a9d6 100644 --- a/Hutch/Views/More/MoreView.swift +++ b/Hutch/Views/More/MoreView.swift @@ -36,7 +36,7 @@ struct MoreView: View { } header: { Text("External Links") } footer: { - Text("These SourceHut services are not supported in-app and open in your browser.") + Text("These SourceHut services are not supported in-app, as the SourceHut API does not support them, and will open in your browser.") } } .navigationTitle("More") |
