diff options
Diffstat (limited to 'Hutch/Views')
| -rw-r--r-- | Hutch/Views/More/MoreView.swift | 2 | ||||
| -rw-r--r-- | Hutch/Views/Repositories/RepositoryListView.swift | 2 | ||||
| -rw-r--r-- | Hutch/Views/Settings/SettingsView.swift | 4 |
3 files changed, 4 insertions, 4 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") diff --git a/Hutch/Views/Repositories/RepositoryListView.swift b/Hutch/Views/Repositories/RepositoryListView.swift index 90876e7..aec0357 100644 --- a/Hutch/Views/Repositories/RepositoryListView.swift +++ b/Hutch/Views/Repositories/RepositoryListView.swift @@ -217,7 +217,7 @@ private struct CreateRepositorySheet: View { ProgressView() .controlSize(.small) } else { - Text("Create Repository") + Text("Create") } } .disabled(name.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty || viewModel.isCreatingRepository) 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) } |
