From eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 Apr 2026 22:20:43 -0500 Subject: standardize nav labels --- Hutch/Views/Lists/MailingListListView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hutch/Views/Lists') 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) -- cgit v1.2.3