summaryrefslogtreecommitdiff
path: root/Hutch/App
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-01 22:20:43 -0500
committerChristian Cleberg <[email protected]>2026-04-01 22:20:43 -0500
commiteeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7 (patch)
tree9980f87d0d2cd2692a6db12b8df1e24d8c476f91 /Hutch/App
parent6ce067249e6665151a4e5b66807673f5f1d9a1c4 (diff)
downloadhutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.tar.gz
hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.tar.bz2
hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.zip
standardize nav labels
Diffstat (limited to 'Hutch/App')
-rw-r--r--Hutch/App/RootView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/App/RootView.swift b/Hutch/App/RootView.swift
index 8d4eef1..f0bde89 100644
--- a/Hutch/App/RootView.swift
+++ b/Hutch/App/RootView.swift
@@ -89,7 +89,7 @@ struct RootView: View {
}
.tag(AppState.Tab.tickets)
.tabItem {
- Label("Tickets", systemImage: "ticket")
+ Label("Trackers", systemImage: "checklist")
}
NavigationStack(path: $buildsPath) {