From 5d085e02bfa6ddfac3797070e89c63ef7fd7cdd9 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Fri, 24 Oct 2025 15:45:29 -0500 Subject: [PATCH] fix: rename repo count in dashboard --- src/components/dashboard/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/Dashboard.tsx b/src/components/dashboard/Dashboard.tsx index 08cfdef..9633d52 100644 --- a/src/components/dashboard/Dashboard.tsx +++ b/src/components/dashboard/Dashboard.tsx @@ -306,7 +306,7 @@ export function Dashboard() { title="Repositories" value={repoCount} icon={} - description="Total in mirror queue" + description="Total imported repositories" />