diff options
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) { |
