From eeb12de93c4f6fcc5e2f2d58c2061ce84f839cf7 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 Apr 2026 22:20:43 -0500 Subject: standardize nav labels --- Hutch/App/RootView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hutch/App/RootView.swift') 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) { -- cgit v1.2.3