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/App/RootView.swift | |
| parent | 6ce067249e6665151a4e5b66807673f5f1d9a1c4 (diff) | |
| download | hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.tar.gz hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.tar.bz2 hutch-eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7.zip | |
standardize nav labels
Diffstat (limited to 'Hutch/App/RootView.swift')
| -rw-r--r-- | Hutch/App/RootView.swift | 2 |
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) { |
