diff options
Diffstat (limited to 'Hutch/Views/More')
| -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") |
