diff options
| author | Christian Cleberg <[email protected]> | 2026-04-01 22:20:43 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-01 22:20:43 -0500 |
| commit | eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7 (patch) | |
| tree | 9980f87d0d2cd2692a6db12b8df1e24d8c476f91 /Hutch/Views/Lists | |
| parent | 6ce067249e6665151a4e5b66807673f5f1d9a1c4 (diff) | |
| download | hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.tar.gz hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.tar.bz2 hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.zip | |
standardize nav labels
Diffstat (limited to 'Hutch/Views/Lists')
| -rw-r--r-- | Hutch/Views/Lists/MailingListListView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/Lists/MailingListListView.swift b/Hutch/Views/Lists/MailingListListView.swift index 5b8a7b0..eca7343 100644 --- a/Hutch/Views/Lists/MailingListListView.swift +++ b/Hutch/Views/Lists/MailingListListView.swift @@ -115,7 +115,7 @@ struct MailingListListView: View { SRHTLoadingStateView(message: "Loading mailing lists…") } } - .navigationTitle("Lists") + .navigationTitle("Mailing Lists") .task { if viewModel == nil { let vm = MailingListListViewModel(client: appState.client) |
