summaryrefslogtreecommitdiff
path: root/Hutch/Views/More
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/More')
-rw-r--r--Hutch/Views/More/MoreView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift
index c981432..3e2a019 100644
--- a/Hutch/Views/More/MoreView.swift
+++ b/Hutch/Views/More/MoreView.swift
@@ -15,7 +15,7 @@ struct MoreView: View {
List {
Section {
NavigationLink(value: MoreRoute.lists) {
- Label("Lists", systemImage: "list.bullet.rectangle")
+ Label("Mailing Lists", systemImage: "list.bullet.rectangle")
}
NavigationLink(value: MoreRoute.pastes) {