summaryrefslogtreecommitdiff
path: root/Hutch/App/RootView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/App/RootView.swift')
-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) {